AEM Switcher

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

Vad är AEM Switcher?

AEM Switcher är en Chrome-tillägg utvecklad av https://doisbit.com, och dess huvudfunktion är "This extension helps to switch between editor mode and 'publish' mode on AEM projects".

Ladda ner AEM Switcher-förlängningens CRX-fil

Ladda ner AEM Switcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn AEM Switcher AEM Switcher
ID fkhkhbjfbjplgfckiohconfccjacdkon
Officiell webbadress https://chromewebstore.google.com/detail/aem-switcher/fkhkhbjfbjplgfckiohconfccjacdkon
Beskrivning This extension helps to switch between editor mode and 'publish' mode on AEM projects
Filstorlek 6.58 KB
Antal Installationer 66
Aktuell Version 1.0
Senast Uppdaterad 2017-08-10
Publiceringsdatum 2017-08-10
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://doisbit.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}