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ファイルをダウンロード

Esri AEM Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}