ATS Click To Call
An ATS Chrome extension that will allow you to implement click to call the NetSapiens
Hvad er ATS Click To Call?
ATS Click To Call er en Chrome-udvidelse udviklet af Affiliated Technology Solutions, og dens hovedfunktion er "An ATS Chrome extension that will allow you to implement click to call the NetSapiens".
Udvidelsesskærmbilleder
Download ATS Click To Call-udvidelses-CRX-fil
Download ATS Click To Call-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | ATS Click To Call |
ID | gchnjemfmggahpnkfecgopcpgngamnek |
Officiel URL | https://chromewebstore.google.com/detail/ats-click-to-call/gchnjemfmggahpnkfecgopcpgngamnek |
Beskrivelse | An ATS Chrome extension that will allow you to implement click to call the NetSapiens |
Filstørrelse | 939 KB |
Antal Installationer | 1,411 |
Nuværende Version | 2.0.8 |
Senest Opdateret | 2024-02-23 |
Udgivelsesdato | 2021-03-09 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Affiliated Technology Solutions |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.affiliatedtech.com/ |
URL til Fortrolighedspolitik Side | https://www.affiliatedtech.com/privacypolicy |
Understøttede Sprog | 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" ] } |