IAT Chrome Extension

This extension allow you to make a click to call with any phone number parsed in the browser.

Qu'est-ce que IAT Chrome Extension ?

IAT Chrome Extension est une extension Chrome développée par InteractiveTel, et sa fonction principale est "This extension allow you to make a click to call with any phone number parsed in the browser.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension IAT Chrome Extension

Téléchargez les fichiers d'extension IAT Chrome Extension 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

                        You can use our extension to generate a click-to-call from your specified number to any number shown in the browser that's properly formatted.
You can click on a phone number on any webpage and either call or send SMS to it if your number is enabled for messaging.
Calls will go through InteractiveTel's system allowing the user to review and attributing it to them later in our portal.                    

Informations de Base sur l'Extension

Nom IAT Chrome Extension IAT Chrome Extension
ID odcdbdodnldjbaboconmhleipaccemhj
URL Officiel https://chromewebstore.google.com/detail/iat-chrome-extension/odcdbdodnldjbaboconmhleipaccemhj
Description This extension allow you to make a click to call with any phone number parsed in the browser.
Taille du Fichier 62.81 KB
Nombre d'Installations 182
Version Actuelle 1.7.6
Dernière Mise à Jour 2022-10-29
Date de Publication 2019-10-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur InteractiveTel
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.interactivetel.com
URL de la Page d'Aide https://www.interactivetel.com
URL de la Page de Politique de Confidentialité https://www.interactivetel.com/privacy
Langues Prises en Charge en
manifest.json
{
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/inject.js"
            ]
        }
    ],
    "action": {
        "default_icon": ".\/images\/icon_128.png",
        "default_popup": "popup.html",
        "default_title": "IAT"
    },
    "description": "This extension allow you to make a click to call with any phone number parsed in the browser.",
    "manifest_version": 3,
    "name": "IAT Chrome Extension",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7.6",
    "icons": {
        "32": ".\/images\/icon_32.png",
        "128": ".\/images\/icon_128.png"
    }
}