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
官方網址 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"
    ]
}