HelpDocs - Knowledge Base Software
Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab.
¿Qué es HelpDocs - Knowledge Base Software?
HelpDocs - Knowledge Base Software es una extensión de Chrome desarrollada por https://support.helpdocs.io, y su función principal es "Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión HelpDocs - Knowledge Base Software
Descarga archivos de extensión HelpDocs - Knowledge Base Software en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | HelpDocs - Knowledge Base Software |
ID | lpaajdabalfldklgecgploegecelijji |
URL Oficial | https://chromewebstore.google.com/detail/helpdocs-knowledge-base-s/lpaajdabalfldklgecgploegecelijji |
Descripción | Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab. |
Tamaño del Archivo | 4.59 MB |
Cantidad de Instalaciones | 150 |
Versión Actual | 3.0.0 |
Última Actualización | 2022-08-03 |
Fecha de Publicación | 2022-08-02 |
Desarrollador | https://support.helpdocs.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.helpdocs.io |
URL de la Página de Ayuda | https://support.helpdocs.io/category/d6xhrb82hh-chrome-extension |
URL de la Página de Política de Privacidad | https://www.helpdocs.io/privacy |
Idiomas Soportados | 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\/" ] } |