AEM Switcher
This extension helps to switch between editor mode and 'publish' mode on AEM projects
Qu'est-ce que AEM Switcher ?
AEM Switcher est une extension Chrome développée par https://doisbit.com, et sa fonction principale est "This extension helps to switch between editor mode and 'publish' mode on AEM projects".
Télécharger le fichier CRX de l'extension AEM Switcher
Téléchargez les fichiers d'extension AEM Switcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | AEM Switcher |
ID | fkhkhbjfbjplgfckiohconfccjacdkon |
URL Officiel | https://chromewebstore.google.com/detail/aem-switcher/fkhkhbjfbjplgfckiohconfccjacdkon |
Description | This extension helps to switch between editor mode and 'publish' mode on AEM projects |
Taille du Fichier | 6.58 KB |
Nombre d'Installations | 66 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-08-10 |
Date de Publication | 2017-08-10 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://doisbit.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |