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