Helpjuice

Helpjuice Chrome extension

What is Helpjuice?

Helpjuice is a Chrome extension developed by https://helpjuice.com, and its main feature is "Helpjuice Chrome extension".

Extension Screenshots

screenshot

Download Helpjuice Extension CRX File

Download Helpjuice extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Helpjuice Helpjuice
ID calljomlmakockpdlhfjenbphgnngkad
Official URL https://chromewebstore.google.com/detail/helpjuice/calljomlmakockpdlhfjenbphgnngkad
Description Helpjuice Chrome extension
File Size 64.52 KB
Installation Count 1,563
Current Version 0.1
Last Updated 2017-12-21
Publish Date 2017-12-21
Rating 5.00/5 Total 5 Ratings
Developer https://helpjuice.com
Email [email protected]
Payment Type free
Help Page URL https://help.helpjuice.com
Privacy Policy Page URL https://help.helpjuice.com/privacy-policy
Supported Languages 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"
    ]
}