Content Hub Power Extension

Awesome extension that makes managing Content Hub easier!

Qu'est-ce que Content Hub Power Extension ?

Content Hub Power Extension est une extension Chrome développée par Ronald van der Plas, et sa fonction principale est "Awesome extension that makes managing Content Hub easier!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Content Hub Power Extension

Téléchargez les fichiers d'extension Content Hub Power Extension 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

                        This Chrome extension safe you a lot of clicks on a daily basis when working with Sitecore Content Hub. It has direct links to the most used Management function with in the Content Hub.                    

Informations de Base sur l'Extension

Nom Content Hub Power Extension Content Hub Power Extension
ID mhhfhpbdecmbipmbnphdbpnaldamcmac
URL Officiel https://chromewebstore.google.com/detail/content-hub-power-extensi/mhhfhpbdecmbipmbnphdbpnaldamcmac
Description Awesome extension that makes managing Content Hub easier!
Taille du Fichier 119 KB
Nombre d'Installations 114
Version Actuelle 1.3
Dernière Mise à Jour 2022-10-04
Date de Publication 2021-12-22
Développeur Ronald van der Plas
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/rvdplas/ContentHubChromeExtension
URL de la Page d'Aide https://github.com/rvdplas/ContentHubChromeExtension/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Content Hub Power Extension",
    "description": "Awesome extension that makes managing Content Hub easier!",
    "version": "1.3",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": ".\/public\/images\/get_started16.png",
            "32": ".\/public\/images\/get_started32.png",
            "48": ".\/public\/images\/get_started48.png",
            "128": ".\/public\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": ".\/public\/images\/get_started16.png",
        "32": ".\/public\/images\/get_started32.png",
        "48": ".\/public\/images\/get_started48.png",
        "128": ".\/public\/images\/get_started128.png"
    }
}