Nomotech Click2Call Beta

L’extension Google Chrome qui vous permet de lancer vos appels depuis internet en un clic.

What is Nomotech Click2Call Beta?

Nomotech Click2Call Beta is a Chrome extension developed by Kertel, and its main feature is "L’extension Google Chrome qui vous permet de lancer vos appels depuis internet en un clic.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Nomotech Click2Call Beta Extension CRX File

Download Nomotech Click2Call Beta 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

                        Nomotech Click2Call détecte automatiquement les numéros sur les pages web (lien + icône).
Installez et connectez l'extension à votre téléphone fixe Kertel.
Cliquez simplement sur l'icône pour lancer directement l'appel depuis votre ordinateur vers votre téléphone fixe.                    

Extension Basic Information

Name Nomotech Click2Call Beta Nomotech Click2Call Beta
ID jmpgkdhpaolbncfdkmoakmapbmkmeedf
Official URL https://chromewebstore.google.com/detail/nomotech-click2call-beta/jmpgkdhpaolbncfdkmoakmapbmkmeedf
Description L’extension Google Chrome qui vous permet de lancer vos appels depuis internet en un clic.
File Size 43.83 KB
Installation Count 55
Current Version 1.5
Last Updated 2023-08-11
Publish Date 2019-11-28
Rating 3.50/5 Total 2 Ratings
Developer Kertel
Email [email protected]
Payment Type free
Extension Website https://www.kertel.com/
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nomotech Click2Call Beta",
    "version": "1.5",
    "description": "L\u2019extension Google Chrome qui vous permet de lancer vos appels depuis internet en un clic.",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/js\/jquery-3.3.1.min.js",
            "src\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "src\/html\/config.html",
        "default_icon": {
            "16": "src\/icons\/icon20x20.png",
            "48": "src\/icons\/icon58x58.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/js\/jquery-3.3.1.min.js",
                "src\/js\/contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "src\/icons\/icon20x20.png",
        "48": "src\/icons\/icon58x58.png"
    },
    "web_accessible_resources": [
        "src\/icons\/phone10x10.png",
        "src\/icons\/phone15x15.png"
    ],
    "manifest_version": 2
}