Helpjuice
Helpjuice Chrome extension
ما هو Helpjuice؟
Helpjuice هو إضافة Chrome تم تطويرها بواسطة https://helpjuice.com، والميزة الرئيسية لها هي "Helpjuice Chrome extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Helpjuice
قم بتنزيل ملفات الامتداد Helpjuice بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | https://help.helpjuice.com |
| عنوان صفحة سياسة الخصوصية | 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"
]
} | |