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.
Was ist Click n Call?
Click n Call ist eine Chrome-Erweiterung, die von criste.nicu entwickelt wurde, und ihr Hauptmerkmal ist "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.".
Erweiterungsscreenshots
Click n Call-Erweiterungs-CRX-Datei herunterladen
Laden Sie Click n Call-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Click n Call |
ID | gcmdonkkjhaclnhnnknphbffhifiblcf |
Offizielle URL | https://chromewebstore.google.com/detail/click-n-call/gcmdonkkjhaclnhnnknphbffhifiblcf |
Beschreibung | 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. |
Dateigröße | 81.04 KB |
Installationsanzahl | 604 |
Aktuelle Version | 2.1.4 |
Letztes Update | 2016-09-16 |
Veröffentlichungsdatum | 2016-09-16 |
Bewertung | 2.33/5 Insgesamt 6 Bewertungen |
Entwickler | criste.nicu |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |