Content Hub Power Extension

Awesome extension that makes managing Content Hub easier!

Co je Content Hub Power Extension?

Content Hub Power Extension je rozšíření Chrome vyvinuté Ronald van der Plas, a jeho hlavní funkcí je „Awesome extension that makes managing Content Hub easier!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Content Hub Power Extension

Stáhněte si soubory rozšíření Content Hub Power Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Content Hub Power Extension Content Hub Power Extension
ID mhhfhpbdecmbipmbnphdbpnaldamcmac
Oficiální URL https://chromewebstore.google.com/detail/content-hub-power-extensi/mhhfhpbdecmbipmbnphdbpnaldamcmac
Popis Awesome extension that makes managing Content Hub easier!
Velikost souboru 119 KB
Počet instalací 114
Aktuální Verze 1.3
Poslední Aktualizace 2022-10-04
Datum Vydání 2021-12-22
Vývojář Ronald van der Plas
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/rvdplas/ContentHubChromeExtension
URL Stránky Nápovědy https://github.com/rvdplas/ContentHubChromeExtension/issues
Podporované Jazyky 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"
    }
}