AEM Switcher

This extension helps to switch between editor mode and 'publish' mode on AEM projects

AEM Switcher क्या है?

AEM Switcher https://doisbit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps to switch between editor mode and 'publish' mode on AEM projects"।

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

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

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

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