AEM WCM Mode Switcher
Disable and enable wcmmode in aem author
AEM WCM Mode Switcher là gì?
AEM WCM Mode Switcher là một tiện ích mở rộng Chrome được phát triển bởi Randeep R, và tính năng chính của nó là "Disable and enable wcmmode in aem author".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AEM WCM Mode Switcher
Tải xuống các tệp mở rộng AEM WCM Mode 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AEM WCM Mode Switcher |
ID | ifnddpanpkmkoikcdbedhabmniikalbi |
URL Chính Thức | https://chromewebstore.google.com/detail/aem-wcm-mode-switcher/ifnddpanpkmkoikcdbedhabmniikalbi |
Mô tả | Disable and enable wcmmode in aem author |
Kích Thước Tệp | 51.63 KB |
Số Lần Cài Đặt | 88 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2020-03-11 |
Ngày Phát Hành | 2020-03-09 |
Nhà Phát Triển | Randeep R |
[email protected] | |
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": "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" ] } |