IAT Chrome Extension

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

什么是IAT Chrome Extension?

IAT Chrome Extension是由InteractiveTel开发的Chrome扩展程序,该扩展的主要功能是“This extension allow you to make a click to call with any phone number parsed in the browser.”。

扩展截图

screenshot

下载IAT Chrome Extension扩展crx文件

下载IAT Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 IAT Chrome Extension IAT Chrome Extension
ID odcdbdodnldjbaboconmhleipaccemhj
官方URL https://chromewebstore.google.com/detail/iat-chrome-extension/odcdbdodnldjbaboconmhleipaccemhj
简介 This extension allow you to make a click to call with any phone number parsed in the browser.
文件大小 62.81 KB
安装次数 182
当前版本 1.7.6
更新时间 2022-10-29
上架时间 2019-10-22
评分 5.00/5 共1次评分
开发者 InteractiveTel
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.interactivetel.com
帮助页面URL https://www.interactivetel.com
隐私政策页面URL https://www.interactivetel.com/privacy
支持的语言 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"
    }
}