AEM ❤️ Cloud Manager

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

AEM ❤️ Cloud Managerคืออะไร?

AEM ❤️ Cloud Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://adobedocs-metadata.kestrel-1.io และคุณลักษณะหลักของมันคือ "Google Chrome extension for surfacing information and quick links from AEM as a Cloud Service."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AEM ❤️ Cloud Manager

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}