Esri AEM Chrome Extension

This is the custom Switcher for AEM instances.

Esri AEM Chrome Extension क्या है?

Esri AEM Chrome Extension thilak.shankarappa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is the custom Switcher for AEM instances."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Esri AEM Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}