Esri AEM Chrome Extension

This is the custom Switcher for AEM instances.

Wat is Esri AEM Chrome Extension?

Esri AEM Chrome Extension is een Chrome-extensie ontwikkeld door thilak.shankarappa, en de belangrijkste functie is "This is the custom Switcher for AEM instances.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Esri AEM Chrome Extension

Download Esri AEM Chrome Extension-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

                        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.                    

Basisinformatie over de Extensie

Naam Esri AEM Chrome Extension Esri AEM Chrome Extension
ID olnobjdmmkloilfjcflfpkponphjpchi
Officiële URL https://chromewebstore.google.com/detail/esri-aem-chrome-extension/olnobjdmmkloilfjcflfpkponphjpchi
Beschrijving This is the custom Switcher for AEM instances.
Bestandsgrootte 24.18 KB
Aantal Installaties 309
Huidige Versie 1.2.12
Laatst Bijgewerkt 2022-10-20
Publicatiedatum 2019-05-28
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar thilak.shankarappa
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}