HelpDocs - Knowledge Base Software

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

Cos'è HelpDocs - Knowledge Base Software?

HelpDocs - Knowledge Base Software è un'estensione di Chrome sviluppata da https://support.helpdocs.io, e la sua funzione principale è "Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione HelpDocs - Knowledge Base Software

Scarica i file di estensione HelpDocs - Knowledge Base Software in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome HelpDocs - Knowledge Base Software HelpDocs - Knowledge Base Software
ID lpaajdabalfldklgecgploegecelijji
URL Ufficiale https://chromewebstore.google.com/detail/helpdocs-knowledge-base-s/lpaajdabalfldklgecgploegecelijji
Descrizione Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab.
Dimensione del File 4.59 MB
Conteggio Installazioni 150
Versione Corrente 3.0.0
Ultimo Aggiornamento 2022-08-03
Data di Pubblicazione 2022-08-02
Sviluppatore https://support.helpdocs.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.helpdocs.io
URL della Pagina di Aiuto https://support.helpdocs.io/category/d6xhrb82hh-chrome-extension
URL della Pagina della Politica sulla Privacy https://www.helpdocs.io/privacy
Lingue Supportate 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\/"
    ]
}