Ytel Click2Call
Ytel Cloud Contact Center - Click2Call extension for Chrome.
什么是Ytel Click2Call?
Ytel Click2Call是由Ytel, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Ytel Cloud Contact Center - Click2Call extension for Chrome.”。
扩展截图
下载Ytel Click2Call扩展crx文件
下载Ytel Click2Call扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a click to call extension for Ytel’s Contact Center agents. This extension will allow agents to click on any phone number displayed as text in the browser, and will launch a call to that number in Contact Center. Upon clicking the number, the Contact Center Agent interface tab will be moved to the forefront and the call automatically initiated.
- Once the plugin is installed, the Settings page will open and the customer will be prompted for their Contact Center credentials.
- The extension puts a button on the browser toolbar for quick configuration, when clicked it opens the Settings page.
- When the extension is active and live, the icon will be blue. When inactive the icon will appear grey. 扩展基本信息
| 名称 | |
| ID | kajkbbiepcbekfdplgcbjddlkphhmndi |
| 官方URL | https://chromewebstore.google.com/detail/ytel-click2call/kajkbbiepcbekfdplgcbjddlkphhmndi |
| 简介 | Ytel Cloud Contact Center - Click2Call extension for Chrome. |
| 文件大小 | 777 KB |
| 安装次数 | 324 |
| 当前版本 | 2.0.2 |
| 更新时间 | 2023-07-24 |
| 上架时间 | 2019-03-01 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Ytel, Inc. |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.ytel.com |
| 帮助页面URL | https://ytel.com/ |
| 隐私政策页面URL | https://www.ytel.com/company/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Ytel Click2Call",
"version": "2.0.2",
"description": "Ytel Cloud Contact Center - Click2Call extension for Chrome.",
"icons": {
"16": "icons\/16x16.png",
"128": "icons\/128x128.png"
},
"action": {
"default_title": "Ytel Click2Call",
"default_icon": "icons\/16x16.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"tabs"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"assets\/lib\/jquery-2.2.4.min.js",
"content.js"
],
"css": [
"assets\/css\/content-style.css"
],
"run_at": "document_end"
}
]
} | |