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 |
Eメール | [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" ] } |