IAT Chrome Extension

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

Was ist IAT Chrome Extension?

IAT Chrome Extension ist eine Chrome-Erweiterung, die von InteractiveTel entwickelt wurde, und ihr Hauptmerkmal ist "This extension allow you to make a click to call with any phone number parsed in the browser.".

Erweiterungsscreenshots

screenshot

IAT Chrome Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie IAT Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name IAT Chrome Extension IAT Chrome Extension
ID odcdbdodnldjbaboconmhleipaccemhj
Offizielle URL https://chromewebstore.google.com/detail/iat-chrome-extension/odcdbdodnldjbaboconmhleipaccemhj
Beschreibung This extension allow you to make a click to call with any phone number parsed in the browser.
Dateigröße 62.81 KB
Installationsanzahl 182
Aktuelle Version 1.7.6
Letztes Update 2022-10-29
Veröffentlichungsdatum 2019-10-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler InteractiveTel
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.interactivetel.com
Hilfeseite URL https://www.interactivetel.com
URL der Datenschutzrichtlinien-Seite https://www.interactivetel.com/privacy
Unterstützte Sprachen 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"
    }
}