Helpjuice

Helpjuice Chrome extension

O que é Helpjuice?

Helpjuice é uma extensão do Chrome desenvolvida por https://helpjuice.com, e sua principal característica é "Helpjuice Chrome extension".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Helpjuice

Baixe arquivos de extensão Helpjuice 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

                        #Your Organization's Knowledge, At Your Fingertips.# 

With Helpjuice's Chrome plugin, we're allowing you to instantly access your internal/external knowledge base within seconds, thanks to our Chrome plugin. 

For sales/support teams, you can be on the phone, type a question, and from the results, just hover, and you'll get the instant answer you're looking for. 

No more opening new tabs to use your Helpjuice knowledge base -- you now have it available at your finger tips.                    

Informações Básicas da Extensão

Nome Helpjuice Helpjuice
ID calljomlmakockpdlhfjenbphgnngkad
URL Oficial https://chromewebstore.google.com/detail/helpjuice/calljomlmakockpdlhfjenbphgnngkad
Descrição Helpjuice Chrome extension
Tamanho do Arquivo 64.52 KB
Contagem de Instalações 1,563
Versão Atual 0.1
Última Atualização 2017-12-21
Data de Publicação 2017-12-21
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://helpjuice.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://help.helpjuice.com
URL da Página de Política de Privacidade https://help.helpjuice.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Helpjuice",
    "description": "Helpjuice Chrome extension",
    "version": "0.1",
    "author": "Helpjuice Inc.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "https:\/\/*.helpjuice.com\/",
        "storage",
        "tabs"
    ]
}