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
官方URL 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\/"
    ]
}