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是由https://zoho.com开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |