AEM WCM Mode Switcher
Disable and enable wcmmode in aem author
AEM WCM Mode Switcher क्या है?
AEM WCM Mode Switcher Randeep R द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disable and enable wcmmode in aem author"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AEM WCM Mode Switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |