Helpjuice
Helpjuice Chrome extension
Wat is Helpjuice?
Helpjuice is een Chrome-extensie ontwikkeld door https://helpjuice.com, en de belangrijkste functie is "Helpjuice Chrome extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Helpjuice
Download Helpjuice-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
#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. Basisinformatie over de Extensie
| Naam | |
| ID | calljomlmakockpdlhfjenbphgnngkad |
| Officiële URL | https://chromewebstore.google.com/detail/helpjuice/calljomlmakockpdlhfjenbphgnngkad |
| Beschrijving | Helpjuice Chrome extension |
| Bestandsgrootte | 64.52 KB |
| Aantal Installaties | 1,563 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2017-12-21 |
| Publicatiedatum | 2017-12-21 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | https://helpjuice.com |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://help.helpjuice.com |
| URL van de Privacybeleid Pagina | https://help.helpjuice.com/privacy-policy |
| Ondersteunde Talen | 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"
]
} | |