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 с друзьями, чтобы легко установить расширения 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 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"
    ]
}