Esri AEM Chrome Extension
This is the custom Switcher for AEM instances.
Qu'est-ce que Esri AEM Chrome Extension ?
Esri AEM Chrome Extension est une extension Chrome développée par thilak.shankarappa, et sa fonction principale est "This is the custom Switcher for AEM instances.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Esri AEM Chrome Extension
Téléchargez les fichiers d'extension Esri AEM Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Esri AEM Chrome Extension |
ID | olnobjdmmkloilfjcflfpkponphjpchi |
URL Officiel | https://chromewebstore.google.com/detail/esri-aem-chrome-extension/olnobjdmmkloilfjcflfpkponphjpchi |
Description | This is the custom Switcher for AEM instances. |
Taille du Fichier | 24.18 KB |
Nombre d'Installations | 309 |
Version Actuelle | 1.2.12 |
Dernière Mise à Jour | 2022-10-20 |
Date de Publication | 2019-05-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | thilak.shankarappa |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |