Platan Click2Call

Aktywuje funkcję Click To Call. Kliknij numer na stronie www, by zadzwonić przez serwer Platan. Adres strony: www.platan.pl

What is Platan Click2Call?

Platan Click2Call is a Chrome extension developed by Platan, and its main feature is "Aktywuje funkcję Click To Call. Kliknij numer na stronie www, by zadzwonić przez serwer Platan. Adres strony: www.platan.pl".

Extension Screenshots

screenshot

Download Platan Click2Call Extension CRX File

Download Platan Click2Call extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Zainstaluj wtyczkę do przeglądarek internetowych Platan Click2Call, aby prościej i szybciej dzwonić na numery publikowane w internecie.                    

Extension Basic Information

Name Platan Click2Call Platan Click2Call
ID giidpcpkipolfpkjkodkhfnibommpfde
Official URL https://chromewebstore.google.com/detail/platan-click2call/giidpcpkipolfpkjkodkhfnibommpfde
Description Aktywuje funkcję Click To Call. Kliknij numer na stronie www, by zadzwonić przez serwer Platan. Adres strony: www.platan.pl
File Size 133 KB
Installation Count 145
Current Version 0.9.5
Last Updated 2020-03-08
Publish Date 2020-03-07
Rating 5.00/5 Total 1 Ratings
Developer Platan
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.platan.pl/firma/polityka-prywatnosci.html
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "48": "images\/icon48x48.png",
            "16": "images\/icon16x16.png"
        },
        "default_title": "Platan Click2Call",
        "browser_style": false,
        "default_popup": "popup.html"
    },
    "name": "Platan Click2Call",
    "author": "Platan Sp. z o.o sp.k",
    "description": "Aktywuje funkcj\u0119 Click To Call. Kliknij numer na stronie www, by zadzwoni\u0107 przez serwer Platan.\nAdres strony: www.platan.pl",
    "version": "0.9.5",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/callHandler.js",
            "js\/jquery.min.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/libphonenumber-js.min.js",
                "js\/app.js",
                "js\/validation.js",
                "js\/callHandler.js",
                "js\/jquery.min.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "exclude_globs": [
                "*youtube*",
                "*server_log*"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/icon64x64.png"
    ],
    "icons": {
        "64": "images\/icon64x64.png",
        "128": "images\/icon128x128.png",
        "16": "images\/icon16x16.png"
    }
}