Content Hub Power Extension
Awesome extension that makes managing Content Hub easier!
Что такое Content Hub Power Extension?
Content Hub Power Extension - это расширение Chrome, разработанное Ronald van der Plas, и его основная функция - "Awesome extension that makes managing Content Hub easier!".
Снимки экрана расширения
Скачать файл CRX расширения Content Hub Power Extension
Скачайте файлы расширений Content Hub Power Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | mhhfhpbdecmbipmbnphdbpnaldamcmac |
| Официальный URL | https://chromewebstore.google.com/detail/content-hub-power-extensi/mhhfhpbdecmbipmbnphdbpnaldamcmac |
| Описание | Awesome extension that makes managing Content Hub easier! |
| Размер файла | 119 KB |
| Количество установок | 114 |
| Текущая Версия | 1.3 |
| Последнее Обновление | 2022-10-04 |
| Дата публикации | 2021-12-22 |
| Разработчик | Ronald van der Plas |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/rvdplas/ContentHubChromeExtension |
| URL страницы помощи | https://github.com/rvdplas/ContentHubChromeExtension/issues |
| Поддерживаемые языки | 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"
}
} | |