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.
Vad är Click n Call?
Click n Call är en Chrome-tillägg utvecklad av criste.nicu, och dess huvudfunktion är "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.".
Tilläggsskärmbilder
Ladda ner Click n Call-förlängningens CRX-fil
Ladda ner Click n Call-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Click n Call |
ID | gcmdonkkjhaclnhnnknphbffhifiblcf |
Officiell webbadress | https://chromewebstore.google.com/detail/click-n-call/gcmdonkkjhaclnhnnknphbffhifiblcf |
Beskrivning | 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. |
Filstorlek | 81.04 KB |
Antal Installationer | 604 |
Aktuell Version | 2.1.4 |
Senast Uppdaterad | 2016-09-16 |
Publiceringsdatum | 2016-09-16 |
Betyg | 2.33/5 Totalt 6 Betyg |
Utvecklare | criste.nicu |
Betalningssätt | free |
Stödda Språk | 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" ] } } |