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.

Co to jest Click n Call?

Click n Call to rozszerzenie Chrome opracowane przez criste.nicu, a jego główną funkcją jest „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.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Click n Call

Pobierz pliki rozszerzeń Click n Call w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Click n Call Click n Call
ID gcmdonkkjhaclnhnnknphbffhifiblcf
Oficjalny URL https://chromewebstore.google.com/detail/click-n-call/gcmdonkkjhaclnhnnknphbffhifiblcf
Opis 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.
Rozmiar pliku 81.04 KB
Liczba instalacji 604
Aktualna Wersja 2.1.4
Ostatnia Aktualizacja 2016-09-16
Data Publikacji 2016-09-16
Ocena 2.33/5 Łącznie 6 Oceny
Deweloper criste.nicu
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}