AEM WCM Mode Switcher

Disable and enable wcmmode in aem author

什麼是AEM WCM Mode Switcher?

AEM WCM Mode Switcher是由Randeep R開發的Chrome擴展程式,該擴展的主要功能是“Disable and enable wcmmode in aem author”。

擴展截圖

screenshot

下載AEM WCM Mode Switcher擴展crx文件

下載AEM WCM Mode Switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Enable and disable adobe experience manager WCM mode. 

AEM CMS have WCM mode option in the authoring part which can be enabled and disabled using this switcher.                    

擴展基本資訊

名稱 AEM WCM Mode Switcher AEM WCM Mode Switcher
ID ifnddpanpkmkoikcdbedhabmniikalbi
官方網址 https://chromewebstore.google.com/detail/aem-wcm-mode-switcher/ifnddpanpkmkoikcdbedhabmniikalbi
簡介 Disable and enable wcmmode in aem author
檔案大小 51.63 KB
安裝次數 88
目前版本 1.1.3
更新時間 2020-03-11
上架時間 2020-03-09
開發者 Randeep R
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AEM WCM Mode Switcher",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "Disable and enable wcmmode in aem author",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "128": "icons\/icon128.png"
    },
    "author": "Randeep R",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "AEM WCM Mode Switcher"
    },
    "background": {
        "scripts": [
            "loadscript.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "history"
    ]
}