AEM ❤️ Cloud Manager

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

Co to jest AEM ❤️ Cloud Manager?

AEM ❤️ Cloud Manager to rozszerzenie Chrome opracowane przez https://adobedocs-metadata.kestrel-1.io, a jego główną funkcją jest „Google Chrome extension for surfacing information and quick links from AEM as a Cloud Service.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia AEM ❤️ Cloud Manager

Pobierz pliki rozszerzeń AEM ❤️ Cloud Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa AEM ❤️ Cloud Manager AEM ❤️ Cloud Manager
ID dniibcfcpfoamlmfjenhadnpnkdggfln
Oficjalny URL https://chromewebstore.google.com/detail/aem-%E2%9D%A4%EF%B8%8F-cloud-manager/dniibcfcpfoamlmfjenhadnpnkdggfln
Opis Google Chrome extension for surfacing information and quick links from AEM as a Cloud Service.
Rozmiar pliku 177 KB
Liczba instalacji 85
Aktualna Wersja 1.5.1
Ostatnia Aktualizacja 2023-09-22
Data Publikacji 2020-09-16
Deweloper https://adobedocs-metadata.kestrel-1.io
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}