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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://support.helpdocs.io และคุณลักษณะหลักของมันคือ "Fly through tickets by searching, copying, creating, and viewing articles from your HelpDocs account in any tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HelpDocs - Knowledge Base Software
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/" ] } |