AEM Switcher
This extension helps to switch between editor mode and 'publish' mode on AEM projects
O que é AEM Switcher?
AEM Switcher é uma extensão do Chrome desenvolvida por https://doisbit.com, e sua principal característica é "This extension helps to switch between editor mode and 'publish' mode on AEM projects".
Baixar o arquivo CRX da Extensão AEM Switcher
Baixe arquivos de extensão AEM Switcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | AEM Switcher |
ID | fkhkhbjfbjplgfckiohconfccjacdkon |
URL Oficial | https://chromewebstore.google.com/detail/aem-switcher/fkhkhbjfbjplgfckiohconfccjacdkon |
Descrição | This extension helps to switch between editor mode and 'publish' mode on AEM projects |
Tamanho do Arquivo | 6.58 KB |
Contagem de Instalações | 66 |
Versão Atual | 1.0 |
Última Atualização | 2017-08-10 |
Data de Publicação | 2017-08-10 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://doisbit.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |