AEM ❤️ Cloud Manager
Google Chrome extension for surfacing information and quick links from AEM as a Cloud Service.
Qu'est-ce que AEM ❤️ Cloud Manager ?
AEM ❤️ Cloud Manager est une extension Chrome développée par https://adobedocs-metadata.kestrel-1.io, et sa fonction principale est "Google Chrome extension for surfacing information and quick links from AEM as a Cloud Service.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AEM ❤️ Cloud Manager
Téléchargez les fichiers d'extension AEM ❤️ Cloud Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | AEM ❤️ Cloud Manager |
ID | dniibcfcpfoamlmfjenhadnpnkdggfln |
URL Officiel | https://chromewebstore.google.com/detail/aem-%E2%9D%A4%EF%B8%8F-cloud-manager/dniibcfcpfoamlmfjenhadnpnkdggfln |
Description | Google Chrome extension for surfacing information and quick links from AEM as a Cloud Service. |
Taille du Fichier | 177 KB |
Nombre d'Installations | 85 |
Version Actuelle | 1.5.1 |
Dernière Mise à Jour | 2023-09-22 |
Date de Publication | 2020-09-16 |
Développeur | https://adobedocs-metadata.kestrel-1.io |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |