CQ5 / AEM Switcher

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

CQ5 / AEM Switcherとは何ですか?

CQ5 / AEM SwitcherはStipoSoftwareによって開発されたChromeの拡張機能で、その主な機能は「Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed.」です。

拡張機能のスクリーンショット

screenshot
screenshot

CQ5 / AEM Switcher拡張機能のCRXファイルをダウンロード

CQ5 / AEM Switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 CQ5 / AEM Switcher CQ5 / AEM Switcher
ID jkpmnjkonfohoabagjmgpjhfoecffhmo
公式URL https://chromewebstore.google.com/detail/cq5-aem-switcher/jkpmnjkonfohoabagjmgpjhfoecffhmo
説明 Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed.
ファイルサイズ 166 KB
インストール数 53
現在のバージョン 1.0.2
最終更新日 2014-06-30
公開日 2014-06-30
評価 5.00/5 合計 3 レビュー
開発者 StipoSoftware
支払い方法 free
対応言語 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"
    ]
}