Snap Environment Switcher

Switch between environments and modes in complex solutions like AEM.

Snap Environment Switcher क्या है?

Snap Environment Switcher Exadel, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Switch between environments and modes in complex solutions like AEM."।

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

screenshot
screenshot
screenshot

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

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

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

                        The Snap Environment Switcher Extension, also known as Exadel Environment Switcher for AEM, allows you to add projects with their corresponding environments (like DEV, QA, STG, PROD) and modes (like Publish, Edit, Admin). You can also specify relationships between environments and modes so that the environments will change alongside the modes. 

With Snap Environment Switcher/Exadel Environment Switcher for AEM, you can:

 - create an unlimited number of projects
 - configure several modes and environments
 - easily switch back and forth between your modes and environments
 - switch between environment domains 
 - create several sub-environments (an environment with the same name that corresponds to another mode)
 - set up a relationship between your sub-environments and modes, so when you change the mode, the sub-environment and domain will change automatically, too 
 - switch to a new mode or environment in a new tab
 - share plugin configurations between team members through the Import and Export operations
 - keep track of your current operating state—you’ll never be confused about which project, environment, and mode you’re in

Have fun!                    

एक्सटेंशन की मूल जानकारी

नाम Snap Environment Switcher Snap Environment Switcher
ID efjoaihofoihbocdckfnadfmgjpfbpcb
आधिकारिक URL https://chromewebstore.google.com/detail/snap-environment-switcher/efjoaihofoihbocdckfnadfmgjpfbpcb
विवरण Switch between environments and modes in complex solutions like AEM.
फ़ाइल का आकार 208 KB
स्थापना संख्या 189
वर्तमान संस्करण 2.0.10
अंतिम अपडेट 2023-07-14
प्रकाशन तिथि 2020-09-16
रेटिंग 5.00/5 कुल 16 रेटिंग्स
डेवलपर Exadel, Inc.
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://dshovchko.github.io/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "2.0.10",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/snap-icon-16.png",
        "48": "images\/snap-icon-48.png",
        "128": "images\/snap-icon-128.png"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "action": {
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": true
    },
    "minimum_chrome_version": "90.0",
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}