AEM Switcher

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

AEM Switcherคืออะไร?

AEM Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://doisbit.com และคุณลักษณะหลักของมันคือ "This extension helps to switch between editor mode and 'publish' mode on AEM projects"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AEM Switcher

ดาวน์โหลดไฟล์ส่วนขยาย AEM Switcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AEM Switcher AEM Switcher
ID fkhkhbjfbjplgfckiohconfccjacdkon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aem-switcher/fkhkhbjfbjplgfckiohconfccjacdkon
คำอธิบาย This extension helps to switch between editor mode and 'publish' mode on AEM projects
ขนาดไฟล์ 6.58 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-08-10
วันที่เผยแพร่ 2017-08-10
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://doisbit.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}