HelpDocs - Knowledge Base Software

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

Co to jest HelpDocs - Knowledge Base Software?

HelpDocs - Knowledge Base Software to rozszerzenie Chrome opracowane przez https://support.helpdocs.io, a jego główną funkcją jest „Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia HelpDocs - Knowledge Base Software

Pobierz pliki rozszerzeń HelpDocs - Knowledge Base Software 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa HelpDocs - Knowledge Base Software HelpDocs - Knowledge Base Software
ID lpaajdabalfldklgecgploegecelijji
Oficjalny URL https://chromewebstore.google.com/detail/helpdocs-knowledge-base-s/lpaajdabalfldklgecgploegecelijji
Opis Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab.
Rozmiar pliku 4.59 MB
Liczba instalacji 150
Aktualna Wersja 3.0.0
Ostatnia Aktualizacja 2022-08-03
Data Publikacji 2022-08-02
Deweloper https://support.helpdocs.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.helpdocs.io
Adres URL Strony Pomocy https://support.helpdocs.io/category/d6xhrb82hh-chrome-extension
Adres URL Strony Polityki Prywatności https://www.helpdocs.io/privacy
Obsługiwane Języki 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\/"
    ]
}