Content Hub Power Extension

Awesome extension that makes managing Content Hub easier!

What is Content Hub Power Extension?

Content Hub Power Extension is a Chrome extension developed by Ronald van der Plas, and its main feature is "Awesome extension that makes managing Content Hub easier!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Content Hub Power Extension Extension CRX File

Download Content Hub Power Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Content Hub Power Extension Content Hub Power Extension
ID mhhfhpbdecmbipmbnphdbpnaldamcmac
Official URL https://chromewebstore.google.com/detail/content-hub-power-extensi/mhhfhpbdecmbipmbnphdbpnaldamcmac
Description Awesome extension that makes managing Content Hub easier!
File Size 119 KB
Installation Count 114
Current Version 1.3
Last Updated 2022-10-04
Publish Date 2021-12-22
Developer Ronald van der Plas
Email [email protected]
Payment Type free
Extension Website https://github.com/rvdplas/ContentHubChromeExtension
Help Page URL https://github.com/rvdplas/ContentHubChromeExtension/issues
Supported Languages 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"
    }
}