CQ5 / AEM Switcher

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

CQ5 / AEM Switcher là gì?

CQ5 / AEM Switcher là một tiện ích mở rộng Chrome được phát triển bởi StipoSoftware, và tính năng chính của nó là "Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CQ5 / AEM Switcher

Tải xuống các tệp mở rộng CQ5 / AEM Switcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CQ5 / AEM Switcher CQ5 / AEM Switcher
ID jkpmnjkonfohoabagjmgpjhfoecffhmo
URL Chính Thức https://chromewebstore.google.com/detail/cq5-aem-switcher/jkpmnjkonfohoabagjmgpjhfoecffhmo
Mô tả Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed.
Kích Thước Tệp 166 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-06-30
Ngày Phát Hành 2014-06-30
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển StipoSoftware
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}