ATS Click To Call

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

Was ist ATS Click To Call?

ATS Click To Call ist eine Chrome-Erweiterung, die von Affiliated Technology Solutions entwickelt wurde, und ihr Hauptmerkmal ist "An ATS Chrome extension that will allow you to implement click to call the NetSapiens".

Erweiterungsscreenshots

screenshot

ATS Click To Call-Erweiterungs-CRX-Datei herunterladen

Laden Sie ATS Click To Call-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ATS Click To Call ATS Click To Call
ID gchnjemfmggahpnkfecgopcpgngamnek
Offizielle URL https://chromewebstore.google.com/detail/ats-click-to-call/gchnjemfmggahpnkfecgopcpgngamnek
Beschreibung An ATS Chrome extension that will allow you to implement click to call the NetSapiens
Dateigröße 939 KB
Installationsanzahl 1,411
Aktuelle Version 2.0.8
Letztes Update 2024-02-23
Veröffentlichungsdatum 2021-03-09
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Affiliated Technology Solutions
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.affiliatedtech.com/
URL der Datenschutzrichtlinien-Seite https://www.affiliatedtech.com/privacypolicy
Unterstützte Sprachen 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"
    ]
}