Content Hub Power Extension
Awesome extension that makes managing Content Hub easier!
Content Hub Power Extension란 무엇입니까?
Content Hub Power Extension은(는) Ronald van der Plas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Awesome extension that makes managing Content Hub easier!"입니다.
확장 프로그램 스크린샷
Content Hub Power Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Chrome extension safe you a lot of clicks on a daily basis when working with Sitecore Content Hub. It has direct links to the most used Management function with in the Content Hub.
확장 프로그램 기본 정보
이름 | Content Hub Power Extension |
ID | mhhfhpbdecmbipmbnphdbpnaldamcmac |
공식 URL | https://chromewebstore.google.com/detail/content-hub-power-extensi/mhhfhpbdecmbipmbnphdbpnaldamcmac |
설명 | Awesome extension that makes managing Content Hub easier! |
파일 크기 | 119 KB |
설치 횟수 | 114 |
현재 버전 | 1.3 |
최근 업데이트 | 2022-10-04 |
출시 날짜 | 2021-12-22 |
개발자 | Ronald van der Plas |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/rvdplas/ContentHubChromeExtension |
도움말 페이지 URL | https://github.com/rvdplas/ContentHubChromeExtension/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Content Hub Power Extension", "description": "Awesome extension that makes managing Content Hub easier!", "version": "1.3", "manifest_version": 3, "permissions": [ "scripting", "tabs", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "action": { "default_popup": "index.html", "default_icon": { "16": ".\/public\/images\/get_started16.png", "32": ".\/public\/images\/get_started32.png", "48": ".\/public\/images\/get_started48.png", "128": ".\/public\/images\/get_started128.png" } }, "icons": { "16": ".\/public\/images\/get_started16.png", "32": ".\/public\/images\/get_started32.png", "48": ".\/public\/images\/get_started48.png", "128": ".\/public\/images\/get_started128.png" } } |