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
Eメール [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"
    }
}