AEM WCM Mode Switcher

Disable and enable wcmmode in aem author

Cos'è AEM WCM Mode Switcher?

AEM WCM Mode Switcher è un'estensione di Chrome sviluppata da Randeep R, e la sua funzione principale è "Disable and enable wcmmode in aem author".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AEM WCM Mode Switcher

Scarica i file di estensione AEM WCM Mode Switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AEM WCM Mode Switcher AEM WCM Mode Switcher
ID ifnddpanpkmkoikcdbedhabmniikalbi
URL Ufficiale https://chromewebstore.google.com/detail/aem-wcm-mode-switcher/ifnddpanpkmkoikcdbedhabmniikalbi
Descrizione Disable and enable wcmmode in aem author
Dimensione del File 51.63 KB
Conteggio Installazioni 88
Versione Corrente 1.1.3
Ultimo Aggiornamento 2020-03-11
Data di Pubblicazione 2020-03-09
Sviluppatore Randeep R
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}