Helpjuice

Helpjuice Chrome extension

Helpjuice란 무엇입니까?

Helpjuice은(는) https://helpjuice.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helpjuice Chrome extension"입니다.

확장 프로그램 스크린샷

screenshot

Helpjuice 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        #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"
    ]
}