HelpDocs - Knowledge Base Software

Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab.

Apa itu HelpDocs - Knowledge Base Software?

HelpDocs - Knowledge Base Software adalah ekstensi Chrome yang dikembangkan oleh https://support.helpdocs.io, dan fitur utamanya adalah "Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi HelpDocs - Knowledge Base Software

Unduh file ekstensi HelpDocs - Knowledge Base Software 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

                        HelpDocs is hosted knowledge base software that reduces support tickets and increases customer happiness. Our Chrome extension lets you access your HelpDocs articles from anywhere, insert links with a couple clicks (in a variety of formats), and even create new articles.                    

Informasi Dasar Ekstensi

Nama HelpDocs - Knowledge Base Software HelpDocs - Knowledge Base Software
ID lpaajdabalfldklgecgploegecelijji
URL Resmi https://chromewebstore.google.com/detail/helpdocs-knowledge-base-s/lpaajdabalfldklgecgploegecelijji
Deskripsi Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab.
Ukuran File 4.59 MB
Jumlah Instalasi 150
Versi Saat Ini 3.0.0
Terakhir Diperbarui 2022-08-03
Tanggal Publikasi 2022-08-02
Pengembang https://support.helpdocs.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.helpdocs.io
URL Halaman Bantuan https://support.helpdocs.io/category/d6xhrb82hh-chrome-extension
URL Halaman Kebijakan Privasi https://www.helpdocs.io/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HelpDocs - Knowledge Base Software",
    "short_name": "HelpDocs",
    "version": "3.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab.",
    "action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "HelpDocs Knowledge Base",
        "default_popup": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "cookies",
        "clipboardWrite"
    ],
    "host_permissions": [
        "*:\/\/*.helpdocs.io\/"
    ]
}