ATS Click To Call
An ATS Chrome extension that will allow you to implement click to call the NetSapiens
Vad är ATS Click To Call?
ATS Click To Call är en Chrome-tillägg utvecklad av Affiliated Technology Solutions, och dess huvudfunktion är "An ATS Chrome extension that will allow you to implement click to call the NetSapiens".
Tilläggsskärmbilder
Ladda ner ATS Click To Call-förlängningens CRX-fil
Ladda ner ATS Click To Call-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | ATS Click To Call |
ID | gchnjemfmggahpnkfecgopcpgngamnek |
Officiell webbadress | https://chromewebstore.google.com/detail/ats-click-to-call/gchnjemfmggahpnkfecgopcpgngamnek |
Beskrivning | An ATS Chrome extension that will allow you to implement click to call the NetSapiens |
Filstorlek | 939 KB |
Antal Installationer | 1,411 |
Aktuell Version | 2.0.8 |
Senast Uppdaterad | 2024-02-23 |
Publiceringsdatum | 2021-03-09 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Affiliated Technology Solutions |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.affiliatedtech.com/ |
URL till Sekretesspolicy Sidan | https://www.affiliatedtech.com/privacypolicy |
Stödda Språk | 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" ] } |