ATS Click To Call
An ATS Chrome extension that will allow you to implement click to call the NetSapiens
什么是ATS Click To Call?
ATS Click To Call是由Affiliated Technology Solutions开发的Chrome扩展程序,该扩展的主要功能是“An ATS Chrome extension that will allow you to implement click to call the NetSapiens”。
扩展截图
下载ATS Click To Call扩展crx文件
下载ATS Click To Call扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | ATS Click To Call |
ID | gchnjemfmggahpnkfecgopcpgngamnek |
官方URL | https://chromewebstore.google.com/detail/ats-click-to-call/gchnjemfmggahpnkfecgopcpgngamnek |
简介 | An ATS Chrome extension that will allow you to implement click to call the NetSapiens |
文件大小 | 939 KB |
安装次数 | 1,411 |
当前版本 | 2.0.8 |
更新时间 | 2024-02-23 |
上架时间 | 2021-03-09 |
评分 | 5.00/5 共1次评分 |
开发者 | Affiliated Technology Solutions |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.affiliatedtech.com/ |
隐私政策页面URL | https://www.affiliatedtech.com/privacypolicy |
支持的语言 | 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" ] } |