AEM WCM Mode Switcher

Disable and enable wcmmode in aem author

What is AEM WCM Mode Switcher?

AEM WCM Mode Switcher is a Chrome extension developed by Randeep R, and its main feature is "Disable and enable wcmmode in aem author".

Extension Screenshots

screenshot

Download AEM WCM Mode Switcher Extension CRX File

Download AEM WCM Mode Switcher 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

                        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.                    

Extension Basic Information

Name AEM WCM Mode Switcher AEM WCM Mode Switcher
ID ifnddpanpkmkoikcdbedhabmniikalbi
Official URL https://chromewebstore.google.com/detail/aem-wcm-mode-switcher/ifnddpanpkmkoikcdbedhabmniikalbi
Description Disable and enable wcmmode in aem author
File Size 51.63 KB
Installation Count 88
Current Version 1.1.3
Last Updated 2020-03-11
Publish Date 2020-03-09
Developer Randeep R
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}