Esri AEM Chrome Extension
This is the custom Switcher for AEM instances.
什么是Esri AEM Chrome Extension?
Esri AEM Chrome Extension是由thilak.shankarappa开发的Chrome扩展程序,该扩展的主要功能是“This is the custom Switcher for AEM instances.”。
扩展截图
下载Esri AEM Chrome Extension扩展crx文件
下载Esri AEM Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Esri AEM Chrome Extension |
ID | olnobjdmmkloilfjcflfpkponphjpchi |
官方URL | https://chromewebstore.google.com/detail/esri-aem-chrome-extension/olnobjdmmkloilfjcflfpkponphjpchi |
简介 | This is the custom Switcher for AEM instances. |
文件大小 | 24.18 KB |
安装次数 | 309 |
当前版本 | 1.2.12 |
更新时间 | 2022-10-20 |
上架时间 | 2019-05-28 |
评分 | 5.00/5 共2次评分 |
开发者 | thilak.shankarappa |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |