AEM Switcher
This extension helps to switch between editor mode and 'publish' mode on AEM projects
Cos'è AEM Switcher?
AEM Switcher è un'estensione di Chrome sviluppata da https://doisbit.com, e la sua funzione principale è "This extension helps to switch between editor mode and 'publish' mode on AEM projects".
Scarica il file CRX dell'estensione AEM Switcher
Scarica i file di estensione AEM Switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | AEM Switcher |
ID | fkhkhbjfbjplgfckiohconfccjacdkon |
URL Ufficiale | https://chromewebstore.google.com/detail/aem-switcher/fkhkhbjfbjplgfckiohconfccjacdkon |
Descrizione | This extension helps to switch between editor mode and 'publish' mode on AEM projects |
Dimensione del File | 6.58 KB |
Conteggio Installazioni | 66 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-08-10 |
Data di Pubblicazione | 2017-08-10 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://doisbit.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |