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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย InteractiveTel และคุณลักษณะหลักของมันคือ "This extension allow you to make a click to call with any phone number parsed in the browser."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IAT Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}