Content Hub Power Extension

Awesome extension that makes managing Content Hub easier!

O que é Content Hub Power Extension?

Content Hub Power Extension é uma extensão do Chrome desenvolvida por Ronald van der Plas, e sua principal característica é "Awesome extension that makes managing Content Hub easier!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Content Hub Power Extension

Baixe arquivos de extensão Content Hub Power Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Content Hub Power Extension Content Hub Power Extension
ID mhhfhpbdecmbipmbnphdbpnaldamcmac
URL Oficial https://chromewebstore.google.com/detail/content-hub-power-extensi/mhhfhpbdecmbipmbnphdbpnaldamcmac
Descrição Awesome extension that makes managing Content Hub easier!
Tamanho do Arquivo 119 KB
Contagem de Instalações 114
Versão Atual 1.3
Última Atualização 2022-10-04
Data de Publicação 2021-12-22
Desenvolvedor Ronald van der Plas
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/rvdplas/ContentHubChromeExtension
URL da Página de Ajuda https://github.com/rvdplas/ContentHubChromeExtension/issues
Idiomas Suportados 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"
    }
}