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.”。

擴展截圖

screenshot

下載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 Esri AEM Chrome Extension
ID olnobjdmmkloilfjcflfpkponphjpchi
官方網址 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"
    ]
}