2019-06-03 17:41:03 +03:00
---
2019-06-14 20:37:33 +03:00
layout: sidebar
2019-06-03 17:41:03 +03:00
title: Enterprise
permalink: /documentation/enterprise/
2019-09-26 14:26:38 +03:00
published: true
2019-09-13 19:50:11 +03:00
tags: [enterprise]
2019-07-11 22:24:02 +03:00
contributors: [caitmuenster]
last_updated_by: caitmuenster
date: 2019-07-09 09:00:00
2019-06-03 17:41:03 +03:00
---
2019-06-25 21:45:33 +03:00
<!-- Overview Page Hero Banner -->
2019-07-11 22:24:02 +03:00
{% capture page_hero_banner_content %}
2019-06-25 21:45:33 +03:00
2019-07-11 22:24:02 +03:00
# Extensions for your enterprise
2019-06-25 21:45:33 +03:00
2019-07-11 22:24:02 +03:00
Firefox gives your enterprise a high-performance, standards compliant, manageable browser environment.
2019-06-25 21:45:33 +03:00
2019-07-11 22:24:02 +03:00
{% endcapture %}
{% include modules/overview-page-hero.html
content=page_hero_banner_content
cta1_label=""
cta1_url=""
cta2_label=""
cta2_url=""
background="develop-overview-hero-bg.jpg"
%}
2019-06-25 21:45:33 +03:00
2019-07-11 22:24:02 +03:00
<!-- END: Overview Page Hero Banner -->
<!-- Content with Table of Contents Module -->
{% capture content_with_toc %}
Extensions give you the ability to complement standard browser features and provide richer interfaces to enterprise web applications.
{% endcapture %}
{% include modules/column-w-toc.html
id="introduction"
content=content_with_toc
%}
<!-- END: Content with Table of Contents -->
<!-- Page section container -->
< section id = "developing-your-enterprise-extension" class = "page-section-container" >
<!-- Single Column Body Module -->
{% capture content %}
## Developing your enterprise extension
{% endcapture %}
{% include modules/one-column.html
id=""
content=content
aside=""
%}
<!-- END: Single Column Body Module -->
<!-- Two Column Body Module -->
{% capture col_1_content %}
![Enterprise Extensions ]({% asset "documentation/develop/EnterpriseExtensions_promo.jpg" @path @optim %} )
{% endcapture %}
{% capture col_2_content %}
Developing extensions for your enterprise is straightforward – you can follow the standard extension development path.
2019-09-13 19:50:11 +03:00
[Some Firefox enterprise policies ](/documentation/enterprise/enterprise-policies-that-impact-extensions/ ) might affect the installation, behavior, and update of extensions.
2019-07-11 22:24:02 +03:00
{% endcapture %}
{% include modules/two-column.html
id=""
col_1=col_1_content
col_2=col_2_content
aside=""
reverse=false
%}
<!-- END: Two Column Body Module -->
2019-06-25 21:45:33 +03:00
< / section >
2019-07-11 22:24:02 +03:00
<!-- END: Page section container -->
<!-- Single Column Body Module -->
{% capture content %}
## Distributing your enterprise extension
2019-09-13 19:50:11 +03:00
Extensions for enterprise deployments of Firefox Extended Support Release (ESR) should be distributed outside of [addons.mozilla.org ](https://addons.mozilla.org ).
2019-07-11 22:24:02 +03:00
2019-09-10 22:16:28 +03:00
Once your extension is developed and tested, you can use one of the [enterprise distribution ](/documentation/enterprise/enterprise-distribution/ ) methods to install it in Firefox.
2019-07-11 22:24:02 +03:00
{% endcapture %}
{% include modules/one-column.html
id="distributing-your-enterprise-extension"
content=content
aside=""
%}
<!-- END: Single Column Body Module -->
<!-- Meta Data -->
{%- include page-meta-data.html -%}
<!-- END: Meta Data -->
<!-- Up Next -->
{%- include up-next.html -%}
<!-- END: Up Next -->