AEM Switcher

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

Wat is AEM Switcher?

AEM Switcher is een Chrome-extensie ontwikkeld door https://doisbit.com, en de belangrijkste functie is "This extension helps to switch between editor mode and 'publish' mode on AEM projects".

Download het CRX-bestand van de extensie AEM Switcher

Download AEM Switcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AEM Switcher AEM Switcher
ID fkhkhbjfbjplgfckiohconfccjacdkon
Officiële URL https://chromewebstore.google.com/detail/aem-switcher/fkhkhbjfbjplgfckiohconfccjacdkon
Beschrijving This extension helps to switch between editor mode and 'publish' mode on AEM projects
Bestandsgrootte 6.58 KB
Aantal Installaties 66
Huidige Versie 1.0
Laatst Bijgewerkt 2017-08-10
Publicatiedatum 2017-08-10
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://doisbit.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}