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.
Qu'est-ce que Click n Call ?
Click n Call est une extension Chrome développée par criste.nicu, et sa fonction principale est "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.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Click n Call
Téléchargez les fichiers d'extension Click n Call au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Click n Call |
ID | gcmdonkkjhaclnhnnknphbffhifiblcf |
URL Officiel | https://chromewebstore.google.com/detail/click-n-call/gcmdonkkjhaclnhnnknphbffhifiblcf |
Description | 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. |
Taille du Fichier | 81.04 KB |
Nombre d'Installations | 604 |
Version Actuelle | 2.1.4 |
Dernière Mise à Jour | 2016-09-16 |
Date de Publication | 2016-09-16 |
Évaluation | 2.33/5 Total 6 Évaluations |
Développeur | criste.nicu |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |