Content Hub Power Extension

Awesome extension that makes managing Content Hub easier!

Wat is Content Hub Power Extension?

Content Hub Power Extension is een Chrome-extensie ontwikkeld door Ronald van der Plas, en de belangrijkste functie is "Awesome extension that makes managing Content Hub easier!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Content Hub Power Extension

Download Content Hub Power Extension-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

                        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.                    

Basisinformatie over de Extensie

Naam Content Hub Power Extension Content Hub Power Extension
ID mhhfhpbdecmbipmbnphdbpnaldamcmac
Officiële URL https://chromewebstore.google.com/detail/content-hub-power-extensi/mhhfhpbdecmbipmbnphdbpnaldamcmac
Beschrijving Awesome extension that makes managing Content Hub easier!
Bestandsgrootte 119 KB
Aantal Installaties 114
Huidige Versie 1.3
Laatst Bijgewerkt 2022-10-04
Publicatiedatum 2021-12-22
Ontwikkelaar Ronald van der Plas
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/rvdplas/ContentHubChromeExtension
Help Pagina-URL https://github.com/rvdplas/ContentHubChromeExtension/issues
Ondersteunde Talen 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"
    }
}