Esri AEM Chrome Extension
This is the custom Switcher for AEM instances.
Esri AEM Chrome Extension là gì?
Esri AEM Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi thilak.shankarappa, và tính năng chính của nó là "This is the custom Switcher for AEM instances.".
Ả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 Esri AEM Chrome Extension
Tải xuống các tệp mở rộng Esri AEM Chrome Extension 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
This extension can be used with Adobe Experience Manager (AEM pages). AEM is a Content management system. You can switch between Authoring mode, Publish mode and the Live versions of the page. You can customize the AEM authoring and publishing mode URL's in the extension settings page. you can learn about different environments in Adobe Experience manager Website.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Esri AEM Chrome Extension |
ID | olnobjdmmkloilfjcflfpkponphjpchi |
URL Chính Thức | https://chromewebstore.google.com/detail/esri-aem-chrome-extension/olnobjdmmkloilfjcflfpkponphjpchi |
Mô tả | This is the custom Switcher for AEM instances. |
Kích Thước Tệp | 24.18 KB |
Số Lần Cài Đặt | 309 |
Phiên Bản Hiện Tại | 1.2.12 |
Cập Nhật Lần Cuối | 2022-10-20 |
Ngày Phát Hành | 2019-05-28 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | thilak.shankarappa |
[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": "Esri AEM Chrome Extension", "description": "This is the custom Switcher for AEM instances.", "version": "1.2.12", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "page": "background.html" }, "permissions": [ "activeTab", "storage" ] } |