Content Hub Power Extension
Awesome extension that makes managing Content Hub easier!
Cos'è Content Hub Power Extension?
Content Hub Power Extension è un'estensione di Chrome sviluppata da Ronald van der Plas, e la sua funzione principale è "Awesome extension that makes managing Content Hub easier!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Content Hub Power Extension
Scarica i file di estensione Content Hub Power Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mhhfhpbdecmbipmbnphdbpnaldamcmac |
| URL Ufficiale | https://chromewebstore.google.com/detail/content-hub-power-extensi/mhhfhpbdecmbipmbnphdbpnaldamcmac |
| Descrizione | Awesome extension that makes managing Content Hub easier! |
| Dimensione del File | 119 KB |
| Conteggio Installazioni | 114 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2022-10-04 |
| Data di Pubblicazione | 2021-12-22 |
| Sviluppatore | Ronald van der Plas |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/rvdplas/ContentHubChromeExtension |
| URL della Pagina di Aiuto | https://github.com/rvdplas/ContentHubChromeExtension/issues |
| Lingue Supportate | 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"
}
} | |