AEM Navigator
Useful for AEM developers for easy navigation.Useful for Touch UI.
AEM Navigator란 무엇입니까?
AEM Navigator은(는) gargshubham730에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Useful for AEM developers for easy navigation.Useful for Touch UI."입니다.
확장 프로그램 스크린샷
AEM Navigator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AEM Navigator is meant for AEM developers to ease them to navigate through various consoles easily and way faster. Read the complete blog here https://howtoaem.blogspot.com/2019/10/aem-navigator-chrome-extension-aem_24.html Features 1. Open page in- Edit Mode Disabled Mode Open Page Properties directly and edit them Open page in CRXDE directly 2. Most used consoles CRXDE Package Manager Welcome Page 3. Assets and Sites Open DAM Open Sites Open Templates 4.Felix console Bundles Configuration Manager AEM Logs 5.Miscellaneous Debug Clienlibs Query Builder Workflows Useradmin Miscadmin Tags
확장 프로그램 기본 정보
이름 | AEM Navigator |
ID | fhkechjkbbenaaoghnlmcepoolbfdmca |
공식 URL | https://chromewebstore.google.com/detail/aem-navigator/fhkechjkbbenaaoghnlmcepoolbfdmca |
설명 | Useful for AEM developers for easy navigation.Useful for Touch UI. |
파일 크기 | 88.78 KB |
설치 횟수 | 2,472 |
현재 버전 | 0.4 |
최근 업데이트 | 2019-12-23 |
출시 날짜 | 2019-12-23 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | gargshubham730 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://howtoaem.blogspot.com/2019/10/aem-navigator-chrome-extension-aem_24.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AEM Navigator", "description": "Useful for AEM developers for easy navigation.Useful for Touch UI.", "version": "0.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |