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.
Apa itu Click n Call?
Click n Call adalah ekstensi Chrome yang dikembangkan oleh criste.nicu, dan fitur utamanya adalah "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.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Click n Call
Unduh file ekstensi Click n Call dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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. Informasi Dasar Ekstensi
| Nama | |
| ID | gcmdonkkjhaclnhnnknphbffhifiblcf |
| URL Resmi | https://chromewebstore.google.com/detail/click-n-call/gcmdonkkjhaclnhnnknphbffhifiblcf |
| Deskripsi | 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. |
| Ukuran File | 81.04 KB |
| Jumlah Instalasi | 604 |
| Versi Saat Ini | 2.1.4 |
| Terakhir Diperbarui | 2016-09-16 |
| Tanggal Publikasi | 2016-09-16 |
| Penilaian | 2.33/5 Total 6 Penilaian |
| Pengembang | criste.nicu |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
]
}
} | |