Zoho Desk ASAP Extension
Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers.
Zoho Desk ASAP Extensionคืออะไร?
Zoho Desk ASAP Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zoho.com และคุณลักษณะหลักของมันคือ "Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zoho Desk ASAP Extension
ดาวน์โหลดไฟล์ส่วนขยาย Zoho Desk ASAP Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Highlights: • Create tooltips that provide supporting information on your website. • Link tooltips to relevant help articles in your knowledge base. • Customize the appearance and behavior of tooltips, as required. • Create page/product walk-through guides by sequencing tooltips. • Take a step closer to making self-service available to your customers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Zoho Desk ASAP Extension |
ID | dpmpajcoehngpinlpdomdckhjbhflodh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/zoho-desk-asap-extension/dpmpajcoehngpinlpdomdckhjbhflodh |
คำอธิบาย | Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers. |
ขนาดไฟล์ | 222 KB |
จำนวนการติดตั้ง | 3,084 |
เวอร์ชันปัจจุบัน | 2.0.5 |
อัปเดตครั้งล่าสุด | 2021-02-26 |
วันที่เผยแพร่ | 2020-04-12 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://zoho.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.zoho.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "name": "Zoho Desk ASAP Extension", "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers.", "version": "2.0.5", "icons": { "16": ".\/src\/image\/Tooltip_disble_icon.png", "48": ".\/src\/image\/Tooltip_disble_icon.png", "128": ".\/src\/image\/Tooltip_disble_icon.png" }, "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ ".\/src\/js\/background.js" ] }, "browser_action": { "default_title": "Zoho Desk ASAP Extension" }, "content_scripts": [ { "css": [ ".\/src\/css\/outerStyles.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/src\/js\/content.js", ".\/src\/js\/editorFiles\/ZohoDeskEditor.js" ] } ] } |