Esri AEM Chrome Extension
This is the custom Switcher for AEM instances.
Esri AEM Chrome Extensionคืออะไร?
Esri AEM Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thilak.shankarappa และคุณลักษณะหลักของมันคือ "This is the custom Switcher for AEM instances."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Esri AEM Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย Esri AEM Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Esri AEM Chrome Extension |
ID | olnobjdmmkloilfjcflfpkponphjpchi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/esri-aem-chrome-extension/olnobjdmmkloilfjcflfpkponphjpchi |
คำอธิบาย | This is the custom Switcher for AEM instances. |
ขนาดไฟล์ | 24.18 KB |
จำนวนการติดตั้ง | 309 |
เวอร์ชันปัจจุบัน | 1.2.12 |
อัปเดตครั้งล่าสุด | 2022-10-20 |
วันที่เผยแพร่ | 2019-05-28 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | thilak.shankarappa |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |