ATS Click To Call
An ATS Chrome extension that will allow you to implement click to call the NetSapiens
Cos'è ATS Click To Call?
ATS Click To Call è un'estensione di Chrome sviluppata da Affiliated Technology Solutions, e la sua funzione principale è "An ATS Chrome extension that will allow you to implement click to call the NetSapiens".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ATS Click To Call
Scarica i file di estensione ATS Click To Call in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ATS Click To Call |
ID | gchnjemfmggahpnkfecgopcpgngamnek |
URL Ufficiale | https://chromewebstore.google.com/detail/ats-click-to-call/gchnjemfmggahpnkfecgopcpgngamnek |
Descrizione | An ATS Chrome extension that will allow you to implement click to call the NetSapiens |
Dimensione del File | 939 KB |
Conteggio Installazioni | 1,411 |
Versione Corrente | 2.0.8 |
Ultimo Aggiornamento | 2024-02-23 |
Data di Pubblicazione | 2021-03-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Affiliated Technology Solutions |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.affiliatedtech.com/ |
URL della Pagina della Politica sulla Privacy | https://www.affiliatedtech.com/privacypolicy |
Lingue Supportate | 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" ] } |