AEM ❤️ Cloud Manager

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

AEM ❤️ Cloud Manager là gì?

AEM ❤️ Cloud Manager là một tiện ích mở rộng Chrome được phát triển bởi https://adobedocs-metadata.kestrel-1.io, và tính năng chính của nó là "Google Chrome extension for surfacing information and quick links from AEM as a Cloud Service.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AEM ❤️ Cloud Manager

Tải xuống các tệp mở rộng AEM ❤️ Cloud Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AEM ❤️ Cloud Manager AEM ❤️ Cloud Manager
ID dniibcfcpfoamlmfjenhadnpnkdggfln
URL Chính Thức https://chromewebstore.google.com/detail/aem-%E2%9D%A4%EF%B8%8F-cloud-manager/dniibcfcpfoamlmfjenhadnpnkdggfln
Mô tả Google Chrome extension for surfacing information and quick links from AEM as a Cloud Service.
Kích Thước Tệp 177 KB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2023-09-22
Ngày Phát Hành 2020-09-16
Nhà Phát Triển https://adobedocs-metadata.kestrel-1.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}