AEM WCM Mode Switcher

Disable and enable wcmmode in aem author

Qu'est-ce que AEM WCM Mode Switcher ?

AEM WCM Mode Switcher est une extension Chrome développée par Randeep R, et sa fonction principale est "Disable and enable wcmmode in aem author".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AEM WCM Mode Switcher

Téléchargez les fichiers d'extension AEM WCM Mode Switcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AEM WCM Mode Switcher AEM WCM Mode Switcher
ID ifnddpanpkmkoikcdbedhabmniikalbi
URL Officiel https://chromewebstore.google.com/detail/aem-wcm-mode-switcher/ifnddpanpkmkoikcdbedhabmniikalbi
Description Disable and enable wcmmode in aem author
Taille du Fichier 51.63 KB
Nombre d'Installations 88
Version Actuelle 1.1.3
Dernière Mise à Jour 2020-03-11
Date de Publication 2020-03-09
Développeur Randeep R
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}