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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HelpDocs - Knowledge Base Software एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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\/" ] } |