AEM ❤️ Cloud Manager

Google Chrome extension for surfacing information and quick links from AEM as a Cloud Service.

什麼是AEM ❤️ Cloud Manager?

AEM ❤️ Cloud Manager是由https://adobedocs-metadata.kestrel-1.io開發的Chrome擴展程式,該擴展的主要功能是“Google Chrome extension for surfacing information and quick links from AEM as a Cloud Service.”。

擴展截圖

screenshot
screenshot

下載AEM ❤️ Cloud Manager擴展crx文件

下載AEM ❤️ Cloud Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Chrome plug-in the scrapes information about the current tab's AEM as a Cloud Service Author service and displays in the plug-in's popup. This plugs surfaces info about the AEM Author service's

* Tenant
* Program
* Environment
* Click-to-copy 'aio cloudmanager:tail-log' commands
* Click-to-copy 'aio cloudmanager:download-logs' commands
* Click-to-copy 'aio cloudmanager:environment-variables' commands
* Stripped down version works on AEM Publish services
* Links to open current window's resource in CRXDE Lite (when on Dev envs)
* Dumps a small (5 levels) content tree for URLs that logically resolve to a content path                    

擴展基本資訊

名稱 AEM ❤️ Cloud Manager AEM ❤️ Cloud Manager
ID dniibcfcpfoamlmfjenhadnpnkdggfln
官方網址 https://chromewebstore.google.com/detail/aem-%E2%9D%A4%EF%B8%8F-cloud-manager/dniibcfcpfoamlmfjenhadnpnkdggfln
簡介 Google Chrome extension for surfacing information and quick links from AEM as a Cloud Service.
檔案大小 177 KB
安裝次數 85
目前版本 1.5.1
更新時間 2023-09-22
上架時間 2020-09-16
開發者 https://adobedocs-metadata.kestrel-1.io
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AEM \u2764\ufe0f Cloud Manager",
    "version": "1.5.1",
    "description": "Google Chrome extension for surfacing information and quick links from AEM as a Cloud Service.",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.adobeaemcloud.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}