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.
Wat is Click n Call?
Click n Call is een Chrome-extensie ontwikkeld door criste.nicu, en de belangrijkste functie is "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.".
Extensie Screenshots
Download het CRX-bestand van de extensie Click n Call
Download Click n Call-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | gcmdonkkjhaclnhnnknphbffhifiblcf | 
| Officiële URL | https://chromewebstore.google.com/detail/click-n-call/gcmdonkkjhaclnhnnknphbffhifiblcf | 
| Beschrijving | 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. | 
| Bestandsgrootte | 81.04 KB | 
| Aantal Installaties | 604 | 
| Huidige Versie | 2.1.4 | 
| Laatst Bijgewerkt | 2016-09-16 | 
| Publicatiedatum | 2016-09-16 | 
| Beoordeling | 2.33/5 Totaal 6 Beoordelingen | 
| Ontwikkelaar | criste.nicu | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
        ]
    }
}  |  |