Helpjuice
Helpjuice Chrome extension
Co to jest Helpjuice?
Helpjuice to rozszerzenie Chrome opracowane przez https://helpjuice.com, a jego główną funkcją jest „Helpjuice Chrome extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Helpjuice
Pobierz pliki rozszerzeń Helpjuice w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
#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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | calljomlmakockpdlhfjenbphgnngkad |
| Oficjalny URL | https://chromewebstore.google.com/detail/helpjuice/calljomlmakockpdlhfjenbphgnngkad |
| Opis | Helpjuice Chrome extension |
| Rozmiar pliku | 64.52 KB |
| Liczba instalacji | 1,563 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2017-12-21 |
| Data Publikacji | 2017-12-21 |
| Ocena | 5.00/5 Łącznie 5 Oceny |
| Deweloper | https://helpjuice.com |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://help.helpjuice.com |
| Adres URL Strony Polityki Prywatności | https://help.helpjuice.com/privacy-policy |
| Obsługiwane Języki | 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"
]
} | |