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
公式URL 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
Eメール [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"
    ]
}