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 |
| 官方網址 | 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": [
" | |