Esri AEM Chrome Extension

This is the custom Switcher for AEM instances.

Co to jest Esri AEM Chrome Extension?

Esri AEM Chrome Extension to rozszerzenie Chrome opracowane przez thilak.shankarappa, a jego główną funkcją jest „This is the custom Switcher for AEM instances.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Esri AEM Chrome Extension

Pobierz pliki rozszerzeń Esri AEM Chrome Extension 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

                        This extension can be used with Adobe Experience Manager (AEM pages).
AEM is a Content management system. You can switch between Authoring mode, Publish mode and the Live versions of the page. 

You can customize the AEM authoring and publishing mode URL's in the extension settings page.  

you can learn about different environments in Adobe Experience manager Website.                    

Podstawowe informacje o rozszerzeniu

Nazwa Esri AEM Chrome Extension Esri AEM Chrome Extension
ID olnobjdmmkloilfjcflfpkponphjpchi
Oficjalny URL https://chromewebstore.google.com/detail/esri-aem-chrome-extension/olnobjdmmkloilfjcflfpkponphjpchi
Opis This is the custom Switcher for AEM instances.
Rozmiar pliku 24.18 KB
Liczba instalacji 309
Aktualna Wersja 1.2.12
Ostatnia Aktualizacja 2022-10-20
Data Publikacji 2019-05-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper thilak.shankarappa
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Esri AEM Chrome Extension",
    "description": "This is the custom Switcher for AEM instances.",
    "version": "1.2.12",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}