ATS Click To Call

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

Apa itu ATS Click To Call?

ATS Click To Call adalah ekstensi Chrome yang dikembangkan oleh Affiliated Technology Solutions, dan fitur utamanya adalah "An ATS Chrome extension that will allow you to implement click to call the NetSapiens".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ATS Click To Call

Unduh file ekstensi ATS Click To Call dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ATS Click To Call ATS Click To Call
ID gchnjemfmggahpnkfecgopcpgngamnek
URL Resmi https://chromewebstore.google.com/detail/ats-click-to-call/gchnjemfmggahpnkfecgopcpgngamnek
Deskripsi An ATS Chrome extension that will allow you to implement click to call the NetSapiens
Ukuran File 939 KB
Jumlah Instalasi 1,411
Versi Saat Ini 2.0.8
Terakhir Diperbarui 2024-02-23
Tanggal Publikasi 2021-03-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Affiliated Technology Solutions
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.affiliatedtech.com/
URL Halaman Kebijakan Privasi https://www.affiliatedtech.com/privacypolicy
Bahasa yang Didukung 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"
    ]
}