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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google Chrome extension for surfacing information and quick links from AEM as a Cloud Service."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AEM ❤️ Cloud Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}