IAT Chrome Extension

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

Vad är IAT Chrome Extension?

IAT Chrome Extension är en Chrome-tillägg utvecklad av InteractiveTel, och dess huvudfunktion är "This extension allow you to make a click to call with any phone number parsed in the browser.".

Tilläggsskärmbilder

screenshot

Ladda ner IAT Chrome Extension-förlängningens CRX-fil

Ladda ner IAT Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn IAT Chrome Extension IAT Chrome Extension
ID odcdbdodnldjbaboconmhleipaccemhj
Officiell webbadress https://chromewebstore.google.com/detail/iat-chrome-extension/odcdbdodnldjbaboconmhleipaccemhj
Beskrivning This extension allow you to make a click to call with any phone number parsed in the browser.
Filstorlek 62.81 KB
Antal Installationer 182
Aktuell Version 1.7.6
Senast Uppdaterad 2022-10-29
Publiceringsdatum 2019-10-22
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare InteractiveTel
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://www.interactivetel.com
Hjälpsida URL https://www.interactivetel.com
URL till Sekretesspolicy Sidan https://www.interactivetel.com/privacy
Stödda Språk 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"
    }
}