AEM WCM Mode Switcher
Disable and enable wcmmode in aem author
O que é AEM WCM Mode Switcher?
AEM WCM Mode Switcher é uma extensão do Chrome desenvolvida por Randeep R, e sua principal característica é "Disable and enable wcmmode in aem author".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AEM WCM Mode Switcher
Baixe arquivos de extensão AEM WCM Mode 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
Enable and disable adobe experience manager WCM mode. AEM CMS have WCM mode option in the authoring part which can be enabled and disabled using this switcher.
Informações Básicas da Extensão
Nome | AEM WCM Mode Switcher |
ID | ifnddpanpkmkoikcdbedhabmniikalbi |
URL Oficial | https://chromewebstore.google.com/detail/aem-wcm-mode-switcher/ifnddpanpkmkoikcdbedhabmniikalbi |
Descrição | Disable and enable wcmmode in aem author |
Tamanho do Arquivo | 51.63 KB |
Contagem de Instalações | 88 |
Versão Atual | 1.1.3 |
Última Atualização | 2020-03-11 |
Data de Publicação | 2020-03-09 |
Desenvolvedor | Randeep R |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AEM WCM Mode Switcher", "version": "1.1.3", "manifest_version": 2, "description": "Disable and enable wcmmode in aem author", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "128": "icons\/icon128.png" }, "author": "Randeep R", "default_locale": "en", "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "AEM WCM Mode Switcher" }, "background": { "scripts": [ "loadscript.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "history" ] } |