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文件
下载Content Hub Power Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |