HelpDocs - Knowledge Base Software

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

什麼是HelpDocs - Knowledge Base Software?

HelpDocs - Knowledge Base Software是由https://support.helpdocs.io開發的Chrome擴展程式,該擴展的主要功能是“Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab.”。

擴展截圖

screenshot
screenshot
screenshot

下載HelpDocs - Knowledge Base Software擴展crx文件

下載HelpDocs - Knowledge Base Software擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 HelpDocs - Knowledge Base Software HelpDocs - Knowledge Base Software
ID lpaajdabalfldklgecgploegecelijji
官方網址 https://chromewebstore.google.com/detail/helpdocs-knowledge-base-s/lpaajdabalfldklgecgploegecelijji
簡介 Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab.
檔案大小 4.59 MB
安裝次數 150
目前版本 3.0.0
更新時間 2022-08-03
上架時間 2022-08-02
開發者 https://support.helpdocs.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.helpdocs.io
說明頁面URL https://support.helpdocs.io/category/d6xhrb82hh-chrome-extension
隱私政策頁面URL https://www.helpdocs.io/privacy
支援的語言 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\/"
    ]
}