AEM Wcmmode Disabler

Active this to automatically put ?wcmmode=disabled

What is AEM Wcmmode Disabler?

AEM Wcmmode Disabler is a Chrome extension developed by zanomate, and its main feature is "Active this to automatically put ?wcmmode=disabled".

Extension Screenshots

screenshot

Download AEM Wcmmode Disabler Extension CRX File

Download AEM Wcmmode Disabler 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

                        This extension allows navigation on AEM author instances with wcmmode parameter ALWAYS 
set on "disabled" value, even when you change your current page.                    

Extension Basic Information

Name AEM Wcmmode Disabler AEM Wcmmode Disabler
ID ncmdboojeiengljgkmbohlhmocafimhn
Official URL https://chromewebstore.google.com/detail/aem-wcmmode-disabler/ncmdboojeiengljgkmbohlhmocafimhn
Description Active this to automatically put ?wcmmode=disabled
File Size 7.77 KB
Installation Count 76
Current Version 2.0
Last Updated 2017-05-16
Publish Date 2017-05-16
Rating 5.00/5 Total 2 Ratings
Developer zanomate
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AEM Wcmmode Disabler",
    "description": "Active this to automatically put ?wcmmode=disabled",
    "version": "2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Wcmmode disabler",
        "default_icon": "icon_disabled.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}