Digital Herd - Sitecore Content Hub

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

Vad är Digital Herd - Sitecore Content Hub?

Digital Herd - Sitecore Content Hub är en Chrome-tillägg utvecklad av https://www.digital-herd.com, och dess huvudfunktion är "This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Digital Herd - Sitecore Content Hub-förlängningens CRX-fil

Ladda ner Digital Herd - Sitecore Content Hub-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Digital Herd - Sitecore Content Hub Digital Herd - Sitecore Content Hub
ID amdgcnfnmfeejdmdjokajkklaeacdlek
Officiell webbadress https://chromewebstore.google.com/detail/digital-herd-sitecore-con/amdgcnfnmfeejdmdjokajkklaeacdlek
Beskrivning This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.
Filstorlek 1.42 MB
Antal Installationer 74
Aktuell Version 1.1
Senast Uppdaterad 2023-03-15
Publiceringsdatum 2023-03-11
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://www.digital-herd.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.digital-herd.com/privacy/chrome-extension
Stödda Språk 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": [
                ""
            ]
        }
    ]
}