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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Affiliated Technology Solutions และคุณลักษณะหลักของมันคือ "An ATS Chrome extension that will allow you to implement click to call the NetSapiens"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ATS Click To Call

ดาวน์โหลดไฟล์ส่วนขยาย ATS Click To Call ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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