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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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 } |