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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://support.helpdocs.io/category/d6xhrb82hh-chrome-extension |
عنوان صفحة سياسة الخصوصية | 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\/" ] } |