Digital Herd - Sitecore Content Hub

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

Qu'est-ce que Digital Herd - Sitecore Content Hub ?

Digital Herd - Sitecore Content Hub est une extension Chrome développée par https://www.digital-herd.com, et sa fonction principale est "This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Digital Herd - Sitecore Content Hub

Téléchargez les fichiers d'extension Digital Herd - Sitecore Content Hub au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Digital Herd - Sitecore Content Hub Digital Herd - Sitecore Content Hub
ID amdgcnfnmfeejdmdjokajkklaeacdlek
URL Officiel https://chromewebstore.google.com/detail/digital-herd-sitecore-con/amdgcnfnmfeejdmdjokajkklaeacdlek
Description This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.
Taille du Fichier 1.42 MB
Nombre d'Installations 74
Version Actuelle 1.1
Dernière Mise à Jour 2023-03-15
Date de Publication 2023-03-11
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.digital-herd.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.digital-herd.com/privacy/chrome-extension
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}