AEM WCM Mode Switcher
Disable and enable wcmmode in aem author
AEM WCM Mode Switcherคืออะไร?
AEM WCM Mode Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Randeep R และคุณลักษณะหลักของมันคือ "Disable and enable wcmmode in aem author"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AEM WCM Mode Switcher
ดาวน์โหลดไฟล์ส่วนขยาย AEM WCM Mode Switcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enable and disable adobe experience manager WCM mode. AEM CMS have WCM mode option in the authoring part which can be enabled and disabled using this switcher.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AEM WCM Mode Switcher |
ID | ifnddpanpkmkoikcdbedhabmniikalbi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aem-wcm-mode-switcher/ifnddpanpkmkoikcdbedhabmniikalbi |
คำอธิบาย | Disable and enable wcmmode in aem author |
ขนาดไฟล์ | 51.63 KB |
จำนวนการติดตั้ง | 88 |
เวอร์ชันปัจจุบัน | 1.1.3 |
อัปเดตครั้งล่าสุด | 2020-03-11 |
วันที่เผยแพร่ | 2020-03-09 |
ผู้พัฒนา | Randeep R |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AEM WCM Mode Switcher", "version": "1.1.3", "manifest_version": 2, "description": "Disable and enable wcmmode in aem author", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "128": "icons\/icon128.png" }, "author": "Randeep R", "default_locale": "en", "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "AEM WCM Mode Switcher" }, "background": { "scripts": [ "loadscript.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "history" ] } |