Helpjuice

Helpjuice Chrome extension

Apa itu Helpjuice?

Helpjuice adalah ekstensi Chrome yang dikembangkan oleh https://helpjuice.com, dan fitur utamanya adalah "Helpjuice Chrome extension".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Helpjuice

Unduh file ekstensi Helpjuice dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        #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.                    

Informasi Dasar Ekstensi

Nama Helpjuice Helpjuice
ID calljomlmakockpdlhfjenbphgnngkad
URL Resmi https://chromewebstore.google.com/detail/helpjuice/calljomlmakockpdlhfjenbphgnngkad
Deskripsi Helpjuice Chrome extension
Ukuran File 64.52 KB
Jumlah Instalasi 1,563
Versi Saat Ini 0.1
Terakhir Diperbarui 2017-12-21
Tanggal Publikasi 2017-12-21
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://helpjuice.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://help.helpjuice.com
URL Halaman Kebijakan Privasi https://help.helpjuice.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}