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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Esri AEM Chrome Extension

قم بتنزيل ملفات الامتداد Esri AEM Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    ]
}