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ファイルをダウンロード

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
Eメール [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": [
                ""
            ]
        }
    ]
}