Snap Environment Switcher

Switch between environments and modes in complex solutions like AEM.

Snap Environment Switcher란 무엇입니까?

Snap Environment Switcher은(는) Exadel, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Switch between environments and modes in complex solutions like AEM."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Snap Environment Switcher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}