HelpDocs - Knowledge Base Software
Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab.
What is HelpDocs - Knowledge Base Software?
HelpDocs - Knowledge Base Software is a Chrome extension developed by https://support.helpdocs.io, and its main feature is "Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab.".
Extension Screenshots
Download HelpDocs - Knowledge Base Software Extension CRX File
Download HelpDocs - Knowledge Base Software extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | HelpDocs - Knowledge Base Software |
ID | lpaajdabalfldklgecgploegecelijji |
Official URL | https://chromewebstore.google.com/detail/helpdocs-knowledge-base-s/lpaajdabalfldklgecgploegecelijji |
Description | Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab. |
File Size | 4.59 MB |
Installation Count | 150 |
Current Version | 3.0.0 |
Last Updated | 2022-08-03 |
Publish Date | 2022-08-02 |
Developer | https://support.helpdocs.io |
[email protected] | |
Payment Type | free |
Extension Website | https://www.helpdocs.io |
Help Page URL | https://support.helpdocs.io/category/d6xhrb82hh-chrome-extension |
Privacy Policy Page URL | https://www.helpdocs.io/privacy |
Supported Languages | 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\/" ] } |