Platan Click2Call

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

Qu'est-ce que Platan Click2Call ?

Platan Click2Call est une extension Chrome développée par Platan, et sa fonction principale est "Aktywuje funkcję Click To Call. Kliknij numer na stronie www, by zadzwonić przez serwer Platan. Adres strony: www.platan.pl".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Platan Click2Call

Téléchargez les fichiers d'extension Platan Click2Call 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

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

Informations de Base sur l'Extension

Nom Platan Click2Call Platan Click2Call
ID giidpcpkipolfpkjkodkhfnibommpfde
URL Officiel 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
Taille du Fichier 133 KB
Nombre d'Installations 145
Version Actuelle 0.9.5
Dernière Mise à Jour 2020-03-08
Date de Publication 2020-03-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur Platan
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.platan.pl/firma/polityka-prywatnosci.html
Langues Prises en Charge 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"
    }
}