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 هو إضافة Chrome تم تطويرها بواسطة Affiliated Technology Solutions، والميزة الرئيسية لها هي "An ATS Chrome extension that will allow you to implement click to call the NetSapiens".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ATS Click To Call
قم بتنزيل ملفات الامتداد ATS Click To Call بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة سياسة الخصوصية | 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" ] } |