AEM Switcher

This extension helps to switch between editor mode and 'publish' mode on AEM projects

Co to jest AEM Switcher?

AEM Switcher to rozszerzenie Chrome opracowane przez https://doisbit.com, a jego główną funkcją jest „This extension helps to switch between editor mode and 'publish' mode on AEM projects”.

Pobierz plik CRX rozszerzenia AEM Switcher

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

                        Switch between AEM versions.

Automatically gets the current URL you are and send you to the opposite version.

If you are in editor.html mode, it sends you to a publish preview version, otherwise it sends back to the editor mode.                    

Podstawowe informacje o rozszerzeniu

Nazwa AEM Switcher AEM Switcher
ID fkhkhbjfbjplgfckiohconfccjacdkon
Oficjalny URL https://chromewebstore.google.com/detail/aem-switcher/fkhkhbjfbjplgfckiohconfccjacdkon
Opis This extension helps to switch between editor mode and 'publish' mode on AEM projects
Rozmiar pliku 6.58 KB
Liczba instalacji 66
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-08-10
Data Publikacji 2017-08-10
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://doisbit.com
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": "AEM Switcher",
    "description": "This extension helps to switch between editor mode and 'publish' mode on AEM projects",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "aem-switcher.html",
        "default_title": "Switch AEM mode"
    },
    "permissions": [
        "activeTab"
    ]
}