CQ5 / AEM Switcher

Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed.

O que é CQ5 / AEM Switcher?

CQ5 / AEM Switcher é uma extensão do Chrome desenvolvida por StipoSoftware, e sua principal característica é "Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão CQ5 / AEM Switcher

Baixe arquivos de extensão CQ5 / 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

                                            

Informações Básicas da Extensão

Nome CQ5 / AEM Switcher CQ5 / AEM Switcher
ID jkpmnjkonfohoabagjmgpjhfoecffhmo
URL Oficial https://chromewebstore.google.com/detail/cq5-aem-switcher/jkpmnjkonfohoabagjmgpjhfoecffhmo
Descrição Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed.
Tamanho do Arquivo 166 KB
Contagem de Instalações 53
Versão Atual 1.0.2
Última Atualização 2014-06-30
Data de Publicação 2014-06-30
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor StipoSoftware
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CQ5 \/ AEM Switcher",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Quick link widget for Adobe CQ5 \/ AEM servers. Configure any number of environments and servers needed.",
    "options_page": "options.html",
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "interface.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/jquery.com\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}