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
官方網址 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"
    }
}