click to call
click to call by Cebod Telecom.
什么是click to call?
click to call是由https://www.cebodtelecom.com开发的Chrome扩展程序,该扩展的主要功能是“click to call by Cebod Telecom.”。
扩展截图
下载click to call扩展crx文件
下载click to call扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Dial the number directly from the browser or CRM just by clicking on the number.
This is most flexible feature rich extension.
- You can enable or disable for all the web site or specific web site.
- Enable the extension only on CRM or specific web portal.
- Login and log out from the extension.
- Disable the extension with-out logging out.
- Verification popup to avoid accidental dialing.
- Identifies the phone number in 10 digit and 11 digit, Starting +, spaces and dashes. 扩展基本信息
| 名称 | |
| ID | aceananohppnfepjfhiodaladhlimjeh |
| 官方URL | https://chromewebstore.google.com/detail/click-to-call/aceananohppnfepjfhiodaladhlimjeh |
| 简介 | click to call by Cebod Telecom. |
| 文件大小 | 895 KB |
| 安装次数 | 865 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2020-05-09 |
| 上架时间 | 2020-05-08 |
| 开发者 | https://www.cebodtelecom.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.cebodtelecom.com |
| 帮助页面URL | https://docs.cebodtelecom.com/overview/click-to-call |
| 隐私政策页面URL | https://www.cebodtelecom.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "click to call",
"short_name": "click to call",
"version": "1.0.2",
"description": "click to call by Cebod Telecom.",
"background": {
"scripts": [
"\/assets\/js\/jquery-3.4.1.min.js",
"\/config.js",
"\/assets\/js\/background.js"
]
},
"icons": {
"16": "16.png",
"32": "32.png",
"128": "128.png"
},
"browser_action": {
"browser_style": false,
"default_icon": {
"128": "128.png"
},
"default_title": "click to call",
"default_popup": "\/index.html"
},
"content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
"permissions": [
"activeTab",
"tabs",
"storage",
"cookies",
"https:\/\/api.cebodtelecom.com\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"\/assets\/js\/jquery-3.4.1.min.js",
"\/config.js",
"\/assets\/js\/content-script.js"
],
"css": [
"\/assets\/css\/content-script.css"
]
}
],
"web_accessible_resources": [
"\/assets\/css\/content-script.css",
"popup.html"
]
} | |