Digital Herd - Sitecore Content Hub

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

Wat is Digital Herd - Sitecore Content Hub?

Digital Herd - Sitecore Content Hub is een Chrome-extensie ontwikkeld door https://www.digital-herd.com, en de belangrijkste functie is "This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Digital Herd - Sitecore Content Hub

Download Digital Herd - Sitecore Content Hub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Digital Herd - Sitecore Content Hub Digital Herd - Sitecore Content Hub
ID amdgcnfnmfeejdmdjokajkklaeacdlek
Officiële URL https://chromewebstore.google.com/detail/digital-herd-sitecore-con/amdgcnfnmfeejdmdjokajkklaeacdlek
Beschrijving This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.
Bestandsgrootte 1.42 MB
Aantal Installaties 74
Huidige Versie 1.1
Laatst Bijgewerkt 2023-03-15
Publicatiedatum 2023-03-11
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.digital-herd.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.digital-herd.com/privacy/chrome-extension
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}