Helpjuice
Helpjuice Chrome extension
Helpjuiceคืออะไร?
Helpjuice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://helpjuice.com และคุณลักษณะหลักของมันคือ "Helpjuice Chrome extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Helpjuice
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
} | |