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によって開発されたChromeの拡張機能で、その主な機能は「Google Chrome extension for surfacing information and quick links from AEM as a Cloud Service.」です。
拡張機能のスクリーンショット
AEM ❤️ Cloud Manager拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } |