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
Eメール [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\/"
    ]
}