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 |
| 官方網址 | 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"
]
} | |