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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.digital-herd.com และคุณลักษณะหลักของมันคือ "This extension provides a collection of shortcuts and tools for the Sitecore Content Hub."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Digital Herd - Sitecore Content Hub

ดาวน์โหลดไฟล์ส่วนขยาย Digital Herd - Sitecore Content Hub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Visit https://www.digital-herd.com/sitecore-partnership/chrome-extension/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Digital Herd - Sitecore Content Hub Digital Herd - Sitecore Content Hub
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": [
                ""
            ]
        }
    ]
}