Helpjuice

Helpjuice Chrome extension

什么是Helpjuice?

Helpjuice是由https://helpjuice.com开发的Chrome扩展程序,该扩展的主要功能是“Helpjuice Chrome extension”。

扩展截图

screenshot

下载Helpjuice扩展crx文件

下载Helpjuice扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        #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.                    

扩展基本信息

名称 Helpjuice Helpjuice
ID calljomlmakockpdlhfjenbphgnngkad
官方URL https://chromewebstore.google.com/detail/helpjuice/calljomlmakockpdlhfjenbphgnngkad
简介 Helpjuice Chrome extension
文件大小 64.52 KB
安装次数 1,563
当前版本 0.1
更新时间 2017-12-21
上架时间 2017-12-21
评分 5.00/5 共5次评分
开发者 https://helpjuice.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://help.helpjuice.com
隐私政策页面URL https://help.helpjuice.com/privacy-policy
支持的语言 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"
    ]
}