IAT Chrome Extension

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

Wat is IAT Chrome Extension?

IAT Chrome Extension is een Chrome-extensie ontwikkeld door InteractiveTel, en de belangrijkste functie is "This extension allow you to make a click to call with any phone number parsed in the browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie IAT Chrome Extension

Download IAT Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam IAT Chrome Extension IAT Chrome Extension
ID odcdbdodnldjbaboconmhleipaccemhj
Officiële URL https://chromewebstore.google.com/detail/iat-chrome-extension/odcdbdodnldjbaboconmhleipaccemhj
Beschrijving This extension allow you to make a click to call with any phone number parsed in the browser.
Bestandsgrootte 62.81 KB
Aantal Installaties 182
Huidige Versie 1.7.6
Laatst Bijgewerkt 2022-10-29
Publicatiedatum 2019-10-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar InteractiveTel
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://www.interactivetel.com
Help Pagina-URL https://www.interactivetel.com
URL van de Privacybeleid Pagina https://www.interactivetel.com/privacy
Ondersteunde Talen 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"
    }
}