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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}