ATS Click To Call

An ATS Chrome extension that will allow you to implement click to call the NetSapiens

ATS Click To Call란 무엇입니까?

ATS Click To Call은(는) Affiliated Technology Solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An ATS Chrome extension that will allow you to implement click to call the NetSapiens"입니다.

확장 프로그램 스크린샷

screenshot

ATS Click To Call 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension converts all valid US numbers into clickable links for use on atscall.me and voiceforpest.com.  Visit us at www.affiliatedtechnology.com for more information.                    

확장 프로그램 기본 정보

이름 ATS Click To Call ATS Click To Call
ID gchnjemfmggahpnkfecgopcpgngamnek
공식 URL https://chromewebstore.google.com/detail/ats-click-to-call/gchnjemfmggahpnkfecgopcpgngamnek
설명 An ATS Chrome extension that will allow you to implement click to call the NetSapiens
파일 크기 939 KB
설치 횟수 1,411
현재 버전 2.0.8
최근 업데이트 2024-02-23
출시 날짜 2021-03-09
평점 5.00/5 총 1 개의 평점
개발자 Affiliated Technology Solutions
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.affiliatedtech.com/
개인정보 보호 정책 페이지 URL https://www.affiliatedtech.com/privacypolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ATS Click To Call",
    "version": "2.0.8",
    "offline_enabled": false,
    "description": "An ATS Chrome extension that will allow you to implement click to call the NetSapiens",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "js\/model.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "default_title": "ATS C2C"
    },
    "options_page": "options\/options.html",
    "permissions": [
        "identity",
        "storage",
        "tabs"
    ]
}