HelpDocs - Knowledge Base Software
Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab.
Wat is HelpDocs - Knowledge Base Software?
HelpDocs - Knowledge Base Software is een Chrome-extensie ontwikkeld door https://support.helpdocs.io, en de belangrijkste functie is "Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie HelpDocs - Knowledge Base Software
Download HelpDocs - Knowledge Base Software-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | HelpDocs - Knowledge Base Software |
ID | lpaajdabalfldklgecgploegecelijji |
Officiële URL | https://chromewebstore.google.com/detail/helpdocs-knowledge-base-s/lpaajdabalfldklgecgploegecelijji |
Beschrijving | Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab. |
Bestandsgrootte | 4.59 MB |
Aantal Installaties | 150 |
Huidige Versie | 3.0.0 |
Laatst Bijgewerkt | 2022-08-03 |
Publicatiedatum | 2022-08-02 |
Ontwikkelaar | https://support.helpdocs.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.helpdocs.io |
Help Pagina-URL | https://support.helpdocs.io/category/d6xhrb82hh-chrome-extension |
URL van de Privacybeleid Pagina | https://www.helpdocs.io/privacy |
Ondersteunde Talen | 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\/" ] } |