AEM WCM Mode Switcher

Disable and enable wcmmode in aem author

Co to jest AEM WCM Mode Switcher?

AEM WCM Mode Switcher to rozszerzenie Chrome opracowane przez Randeep R, a jego główną funkcją jest „Disable and enable wcmmode in aem author”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AEM WCM Mode Switcher

Pobierz pliki rozszerzeń AEM WCM Mode Switcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AEM WCM Mode Switcher AEM WCM Mode Switcher
ID ifnddpanpkmkoikcdbedhabmniikalbi
Oficjalny URL https://chromewebstore.google.com/detail/aem-wcm-mode-switcher/ifnddpanpkmkoikcdbedhabmniikalbi
Opis Disable and enable wcmmode in aem author
Rozmiar pliku 51.63 KB
Liczba instalacji 88
Aktualna Wersja 1.1.3
Ostatnia Aktualizacja 2020-03-11
Data Publikacji 2020-03-09
Deweloper Randeep R
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}