Content Hub Power Extension

Awesome extension that makes managing Content Hub easier!

Hvad er Content Hub Power Extension?

Content Hub Power Extension er en Chrome-udvidelse udviklet af Ronald van der Plas, og dens hovedfunktion er "Awesome extension that makes managing Content Hub easier!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Content Hub Power Extension-udvidelses-CRX-fil

Download Content Hub Power Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Content Hub Power Extension Content Hub Power Extension
ID mhhfhpbdecmbipmbnphdbpnaldamcmac
Officiel URL https://chromewebstore.google.com/detail/content-hub-power-extensi/mhhfhpbdecmbipmbnphdbpnaldamcmac
Beskrivelse Awesome extension that makes managing Content Hub easier!
Filstørrelse 119 KB
Antal Installationer 114
Nuværende Version 1.3
Senest Opdateret 2022-10-04
Udgivelsesdato 2021-12-22
Udvikler Ronald van der Plas
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/rvdplas/ContentHubChromeExtension
Hjælpeside-URL https://github.com/rvdplas/ContentHubChromeExtension/issues
Understøttede Sprog 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"
    }
}