IAT Chrome Extension

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

IAT Chrome Extension là gì?

IAT Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi InteractiveTel, và tính năng chính của nó là "This extension allow you to make a click to call with any phone number parsed in the browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IAT Chrome Extension

Tải xuống các tệp mở rộng IAT Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IAT Chrome Extension IAT Chrome Extension
ID odcdbdodnldjbaboconmhleipaccemhj
URL Chính Thức https://chromewebstore.google.com/detail/iat-chrome-extension/odcdbdodnldjbaboconmhleipaccemhj
Mô tả This extension allow you to make a click to call with any phone number parsed in the browser.
Kích Thước Tệp 62.81 KB
Số Lần Cài Đặt 182
Phiên Bản Hiện Tại 1.7.6
Cập Nhật Lần Cuối 2022-10-29
Ngày Phát Hành 2019-10-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển InteractiveTel
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.interactivetel.com
URL Trang Trợ Giúp https://www.interactivetel.com
URL Trang Chính Sách Bảo Mật https://www.interactivetel.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}