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.
Cos'è Click n Call?
Click n Call è un'estensione di Chrome sviluppata da criste.nicu, e la sua funzione principale è "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 dell'Estensione
Scarica il file CRX dell'estensione Click n Call
Scarica i file di estensione Click n Call in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | gcmdonkkjhaclnhnnknphbffhifiblcf |
| URL Ufficiale | https://chromewebstore.google.com/detail/click-n-call/gcmdonkkjhaclnhnnknphbffhifiblcf |
| Descrizione | 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. |
| Dimensione del File | 81.04 KB |
| Conteggio Installazioni | 604 |
| Versione Corrente | 2.1.4 |
| Ultimo Aggiornamento | 2016-09-16 |
| Data di Pubblicazione | 2016-09-16 |
| Valutazione | 2.33/5 Totale 6 Valutazioni |
| Sviluppatore | criste.nicu |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
} | |