AEM Switcher

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

¿Qué es AEM Switcher?

AEM Switcher es una extensión de Chrome desarrollada por https://doisbit.com, y su función principal es "This extension helps to switch between editor mode and 'publish' mode on AEM projects".

Descargar Archivo CRX de la Extensión AEM Switcher

Descarga archivos de extensión AEM Switcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre AEM Switcher AEM Switcher
ID fkhkhbjfbjplgfckiohconfccjacdkon
URL Oficial https://chromewebstore.google.com/detail/aem-switcher/fkhkhbjfbjplgfckiohconfccjacdkon
Descripción This extension helps to switch between editor mode and 'publish' mode on AEM projects
Tamaño del Archivo 6.58 KB
Cantidad de Instalaciones 66
Versión Actual 1.0
Última Actualización 2017-08-10
Fecha de Publicación 2017-08-10
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://doisbit.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}