AEM Switcher
This extension helps to switch between editor mode and 'publish' mode on AEM projects
ما هو AEM Switcher؟
AEM Switcher هو إضافة Chrome تم تطويرها بواسطة https://doisbit.com، والميزة الرئيسية لها هي "This extension helps to switch between editor mode and 'publish' mode on AEM projects".
تحميل ملف CRX للإضافة AEM Switcher
قم بتنزيل ملفات الامتداد AEM Switcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Switch between AEM versions. Automatically gets the current URL you are and send you to the opposite version. If you are in editor.html mode, it sends you to a publish preview version, otherwise it sends back to the editor mode.
معلومات أساسية عن التمديد
الاسم | AEM Switcher |
ID | fkhkhbjfbjplgfckiohconfccjacdkon |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/aem-switcher/fkhkhbjfbjplgfckiohconfccjacdkon |
الوصف | This extension helps to switch between editor mode and 'publish' mode on AEM projects |
حجم الملف | 6.58 KB |
عدد التثبيتات | 66 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-08-10 |
تاريخ النشر | 2017-08-10 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://doisbit.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AEM Switcher", "description": "This extension helps to switch between editor mode and 'publish' mode on AEM projects", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "aem-switcher.html", "default_title": "Switch AEM mode" }, "permissions": [ "activeTab" ] } |