Click n Call
You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.
什麼是Click n Call?
Click n Call是由criste.nicu開發的Chrome擴展程式,該擴展的主要功能是“You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.”。
擴展截圖
下載Click n Call擴展crx文件
下載Click n Call擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android. 擴展基本資訊
| 名稱 | |
| ID | gcmdonkkjhaclnhnnknphbffhifiblcf |
| 官方網址 | https://chromewebstore.google.com/detail/click-n-call/gcmdonkkjhaclnhnnknphbffhifiblcf |
| 簡介 | You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android. |
| 檔案大小 | 81.04 KB |
| 安裝次數 | 604 |
| 目前版本 | 2.1.4 |
| 更新時間 | 2016-09-16 |
| 上架時間 | 2016-09-16 |
| 評分 | 2.33/5 共 6 次評分 |
| 開發者 | criste.nicu |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Click n Call",
"version": "2.1.4",
"permissions": [
"contextMenus",
"tabs"
],
"content_scripts": [
{
"matches": [
"*:\/\/localhost\/*",
"*:\/\/*.bursatransport.com\/*"
],
"css": [
"style.css"
],
"js": [
"jquery-3.1.0.min.js",
"findAndReplace.js",
"content.js"
]
}
],
"icons": {
"16": "icon-bitty.png",
"48": "icon-small.png",
"128": "icon-large.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
}
} | |