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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Digital Herd - Sitecore Content Hub 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}