CQ5 / AEM Switcher

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

Cos'è CQ5 / AEM Switcher?

CQ5 / AEM Switcher è un'estensione di Chrome sviluppata da StipoSoftware, e la sua funzione principale è "Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione CQ5 / AEM Switcher

Scarica i file di estensione CQ5 / 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

                                            

Informazioni di Base sull'Estensione

Nome CQ5 / AEM Switcher CQ5 / AEM Switcher
ID jkpmnjkonfohoabagjmgpjhfoecffhmo
URL Ufficiale https://chromewebstore.google.com/detail/cq5-aem-switcher/jkpmnjkonfohoabagjmgpjhfoecffhmo
Descrizione Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed.
Dimensione del File 166 KB
Conteggio Installazioni 53
Versione Corrente 1.0.2
Ultimo Aggiornamento 2014-06-30
Data di Pubblicazione 2014-06-30
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore StipoSoftware
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}