AEM WCM Mode Switcher
Disable and enable wcmmode in aem author
Wat is AEM WCM Mode Switcher?
AEM WCM Mode Switcher is een Chrome-extensie ontwikkeld door Randeep R, en de belangrijkste functie is "Disable and enable wcmmode in aem author".
Extensie Screenshots
Download het CRX-bestand van de extensie AEM WCM Mode Switcher
Download AEM WCM Mode Switcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Enable and disable adobe experience manager WCM mode. AEM CMS have WCM mode option in the authoring part which can be enabled and disabled using this switcher.
Basisinformatie over de Extensie
Naam | AEM WCM Mode Switcher |
ID | ifnddpanpkmkoikcdbedhabmniikalbi |
Officiële URL | https://chromewebstore.google.com/detail/aem-wcm-mode-switcher/ifnddpanpkmkoikcdbedhabmniikalbi |
Beschrijving | Disable and enable wcmmode in aem author |
Bestandsgrootte | 51.63 KB |
Aantal Installaties | 88 |
Huidige Versie | 1.1.3 |
Laatst Bijgewerkt | 2020-03-11 |
Publicatiedatum | 2020-03-09 |
Ontwikkelaar | Randeep R |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AEM WCM Mode Switcher", "version": "1.1.3", "manifest_version": 2, "description": "Disable and enable wcmmode in aem author", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "128": "icons\/icon128.png" }, "author": "Randeep R", "default_locale": "en", "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "AEM WCM Mode Switcher" }, "background": { "scripts": [ "loadscript.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "history" ] } |