Digital Herd - Sitecore Content Hub
This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.
什么是Digital Herd - Sitecore Content Hub?
Digital Herd - Sitecore Content Hub是由https://www.digital-herd.com开发的Chrome扩展程序,该扩展的主要功能是“This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.”。
扩展截图
下载Digital Herd - Sitecore Content Hub扩展crx文件
下载Digital Herd - Sitecore Content Hub扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Visit https://www.digital-herd.com/sitecore-partnership/chrome-extension/ 扩展基本信息
| 名称 | |
| ID | amdgcnfnmfeejdmdjokajkklaeacdlek |
| 官方URL | https://chromewebstore.google.com/detail/digital-herd-sitecore-con/amdgcnfnmfeejdmdjokajkklaeacdlek |
| 简介 | This extension provides a collection of shortcuts and tools for the Sitecore Content Hub. |
| 文件大小 | 1.42 MB |
| 安装次数 | 74 |
| 当前版本 | 1.1 |
| 更新时间 | 2023-03-15 |
| 上架时间 | 2023-03-11 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://www.digital-herd.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.digital-herd.com/privacy/chrome-extension |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Digital Herd - Sitecore Content Hub",
"description": "This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.",
"version": "1.1",
"author": "Digital Herd",
"permissions": [
"activeTab",
"tabs",
"notifications",
"storage"
],
"action": {
"default_icon": {
"16": "src\/icon_16.png",
"48": "src\/icon_48.png",
"128": "src\/icon_128.png"
},
"default_title": "Content Hub Tools",
"default_popup": "src\/index.html"
},
"icons": {
"16": "src\/icon_16.png",
"48": "src\/icon_48.png",
"128": "src\/icon_128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"src\/js\/page-analyser\/data.js",
"src\/js\/page-analyser\/helpers\/helpers.js",
"src\/js\/helpers.js",
"src\/js\/page-actor.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"src\/report.html"
],
"matches": [
" | |