ATS Click To Call

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

Qu'est-ce que ATS Click To Call ?

ATS Click To Call est une extension Chrome développée par Affiliated Technology Solutions, et sa fonction principale est "An ATS Chrome extension that will allow you to implement click to call the NetSapiens".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ATS Click To Call

Téléchargez les fichiers d'extension ATS Click To Call au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ATS Click To Call ATS Click To Call
ID gchnjemfmggahpnkfecgopcpgngamnek
URL Officiel https://chromewebstore.google.com/detail/ats-click-to-call/gchnjemfmggahpnkfecgopcpgngamnek
Description An ATS Chrome extension that will allow you to implement click to call the NetSapiens
Taille du Fichier 939 KB
Nombre d'Installations 1,411
Version Actuelle 2.0.8
Dernière Mise à Jour 2024-02-23
Date de Publication 2021-03-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur Affiliated Technology Solutions
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.affiliatedtech.com/
URL de la Page de Politique de Confidentialité https://www.affiliatedtech.com/privacypolicy
Langues Prises en Charge 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"
    ]
}