AEM Switcher

This extension helps to switch between editor mode and 'publish' mode on AEM projects

AEM Switcher là gì?

AEM Switcher là một tiện ích mở rộng Chrome được phát triển bởi https://doisbit.com, và tính năng chính của nó là "This extension helps to switch between editor mode and 'publish' mode on AEM projects".

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

Tải xuống các tệp mở rộng 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

                        Switch between AEM versions.

Automatically gets the current URL you are and send you to the opposite version.

If you are in editor.html mode, it sends you to a publish preview version, otherwise it sends back to the editor mode.                    

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

Tên AEM Switcher AEM Switcher
ID fkhkhbjfbjplgfckiohconfccjacdkon
URL Chính Thức https://chromewebstore.google.com/detail/aem-switcher/fkhkhbjfbjplgfckiohconfccjacdkon
Mô tả This extension helps to switch between editor mode and 'publish' mode on AEM projects
Kích Thước Tệp 6.58 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-08-10
Ngày Phát Hành 2017-08-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://doisbit.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AEM Switcher",
    "description": "This extension helps to switch between editor mode and 'publish' mode on AEM projects",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "aem-switcher.html",
        "default_title": "Switch AEM mode"
    },
    "permissions": [
        "activeTab"
    ]
}