Ubity click-to-dial
Dial phone numbers with you Ubity phone, directly from your browser
什么是Ubity click-to-dial?
Ubity click-to-dial是由ubity开发的Chrome扩展程序,该扩展的主要功能是“Dial phone numbers with you Ubity phone, directly from your browser”。
扩展截图
下载Ubity click-to-dial扩展crx文件
下载Ubity click-to-dial扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension find and highlight phone numbers on any website.
Clicking an phone highlighted number trigger a call to it from your Ubity phone. 扩展基本信息
| 名称 | |
| ID | dekccjnkeibpmhdcjohgikadlmaefdjl |
| 官方URL | https://chromewebstore.google.com/detail/ubity-click-to-dial/dekccjnkeibpmhdcjohgikadlmaefdjl |
| 简介 | Dial phone numbers with you Ubity phone, directly from your browser |
| 文件大小 | 142 KB |
| 安装次数 | 438 |
| 当前版本 | 2.1.4 |
| 更新时间 | 2021-04-30 |
| 上架时间 | 2017-08-08 |
| 开发者 | ubity |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://studio.ubity.com |
| 帮助页面URL | https://support.ubity.com/tech/support-ubity/u-0019-guide-dutilisation-click-to-dial/ |
| 隐私政策页面URL | https://www.ubity.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"run_at": "document_start",
"js": [
"includes\/content.js"
]
}
],
"name": "Ubity click-to-dial",
"icons": {
"128": "icons\/icon128.png",
"48": "icons\/icon48.png",
"16": "icons\/button.png"
},
"web_accessible_resources": [
"res\/*",
"assets\/*",
"icons\/*"
],
"description": "Dial phone numbers with you Ubity phone, directly from your browser",
"background": {
"page": "background.html"
},
"homepage_url": "https:\/\/studio.ubity.com\/",
"version": "2.1.4",
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icons\/button.png",
"default_title": "Ubity click-to-dial"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"contextMenus",
"webNavigation",
"notifications",
"cookies"
]
} | |