Content Hub Power Extension

Awesome extension that makes managing Content Hub easier!

Co to jest Content Hub Power Extension?

Content Hub Power Extension to rozszerzenie Chrome opracowane przez Ronald van der Plas, a jego główną funkcją jest „Awesome extension that makes managing Content Hub easier!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Content Hub Power Extension

Pobierz pliki rozszerzeń Content Hub Power Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Content Hub Power Extension Content Hub Power Extension
ID mhhfhpbdecmbipmbnphdbpnaldamcmac
Oficjalny URL https://chromewebstore.google.com/detail/content-hub-power-extensi/mhhfhpbdecmbipmbnphdbpnaldamcmac
Opis Awesome extension that makes managing Content Hub easier!
Rozmiar pliku 119 KB
Liczba instalacji 114
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-10-04
Data Publikacji 2021-12-22
Deweloper Ronald van der Plas
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/rvdplas/ContentHubChromeExtension
Adres URL Strony Pomocy https://github.com/rvdplas/ContentHubChromeExtension/issues
Obsługiwane Języki 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"
    }
}