Esri AEM Chrome Extension
This is the custom Switcher for AEM instances.
Cos'è Esri AEM Chrome Extension?
Esri AEM Chrome Extension è un'estensione di Chrome sviluppata da thilak.shankarappa, e la sua funzione principale è "This is the custom Switcher for AEM instances.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Esri AEM Chrome Extension
Scarica i file di estensione Esri AEM Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension can be used with Adobe Experience Manager (AEM pages). AEM is a Content management system. You can switch between Authoring mode, Publish mode and the Live versions of the page. You can customize the AEM authoring and publishing mode URL's in the extension settings page. you can learn about different environments in Adobe Experience manager Website.
Informazioni di Base sull'Estensione
Nome | Esri AEM Chrome Extension |
ID | olnobjdmmkloilfjcflfpkponphjpchi |
URL Ufficiale | https://chromewebstore.google.com/detail/esri-aem-chrome-extension/olnobjdmmkloilfjcflfpkponphjpchi |
Descrizione | This is the custom Switcher for AEM instances. |
Dimensione del File | 24.18 KB |
Conteggio Installazioni | 309 |
Versione Corrente | 1.2.12 |
Ultimo Aggiornamento | 2022-10-20 |
Data di Pubblicazione | 2019-05-28 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | thilak.shankarappa |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Esri AEM Chrome Extension", "description": "This is the custom Switcher for AEM instances.", "version": "1.2.12", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "page": "background.html" }, "permissions": [ "activeTab", "storage" ] } |