Digital Herd - Sitecore Content Hub

This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.

Was ist Digital Herd - Sitecore Content Hub?

Digital Herd - Sitecore Content Hub ist eine Chrome-Erweiterung, die von https://www.digital-herd.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Digital Herd - Sitecore Content Hub-Erweiterungs-CRX-Datei herunterladen

Laden Sie Digital Herd - Sitecore Content Hub-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Digital Herd - Sitecore Content Hub Digital Herd - Sitecore Content Hub
ID amdgcnfnmfeejdmdjokajkklaeacdlek
Offizielle URL https://chromewebstore.google.com/detail/digital-herd-sitecore-con/amdgcnfnmfeejdmdjokajkklaeacdlek
Beschreibung This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.
Dateigröße 1.42 MB
Installationsanzahl 74
Aktuelle Version 1.1
Letztes Update 2023-03-15
Veröffentlichungsdatum 2023-03-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.digital-herd.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.digital-herd.com/privacy/chrome-extension
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}