AEM Switcher

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

Hvad er AEM Switcher?

AEM Switcher er en Chrome-udvidelse udviklet af https://doisbit.com, og dens hovedfunktion er "This extension helps to switch between editor mode and 'publish' mode on AEM projects".

Download AEM Switcher-udvidelses-CRX-fil

Download AEM Switcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn AEM Switcher AEM Switcher
ID fkhkhbjfbjplgfckiohconfccjacdkon
Officiel URL https://chromewebstore.google.com/detail/aem-switcher/fkhkhbjfbjplgfckiohconfccjacdkon
Beskrivelse This extension helps to switch between editor mode and 'publish' mode on AEM projects
Filstørrelse 6.58 KB
Antal Installationer 66
Nuværende Version 1.0
Senest Opdateret 2017-08-10
Udgivelsesdato 2017-08-10
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://doisbit.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}