Esri AEM Chrome Extension

This is the custom Switcher for AEM instances.

Esri AEM Chrome Extension란 무엇입니까?

Esri AEM Chrome Extension은(는) thilak.shankarappa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is the custom Switcher for AEM instances."입니다.

확장 프로그램 스크린샷

screenshot

Esri AEM Chrome Extension 확장 프로그램 CRX 파일 다운로드

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