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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } |