Esri AEM Chrome Extension
This is the custom Switcher for AEM instances.
What is Esri AEM Chrome Extension?
Esri AEM Chrome Extension is a Chrome extension developed by thilak.shankarappa, and its main feature is "This is the custom Switcher for AEM instances.".
Extension Screenshots
Download Esri AEM Chrome Extension Extension CRX File
Download Esri AEM Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Esri AEM Chrome Extension |
ID | olnobjdmmkloilfjcflfpkponphjpchi |
Official URL | https://chromewebstore.google.com/detail/esri-aem-chrome-extension/olnobjdmmkloilfjcflfpkponphjpchi |
Description | This is the custom Switcher for AEM instances. |
File Size | 24.18 KB |
Installation Count | 309 |
Current Version | 1.2.12 |
Last Updated | 2022-10-20 |
Publish Date | 2019-05-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | thilak.shankarappa |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |