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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |