Helpjuice
Helpjuice Chrome extension
Helpjuiceとは何ですか?
Helpjuiceはhttps://helpjuice.comによって開発されたChromeの拡張機能で、その主な機能は「Helpjuice Chrome extension」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |