Velantro Click to Call
Velantro.net PBX click to call extension
ما هو Velantro Click to Call؟
Velantro Click to Call هو إضافة Chrome تم تطويرها بواسطة https://velantro.com، والميزة الرئيسية لها هي "Velantro.net PBX click to call extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Velantro Click to Call
قم بتنزيل ملفات الامتداد Velantro Click to Call بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Velantro click to call plugin allows you to click on phone numbers and dial using your Velantro phone or Softphone. Velantro plan required.
معلومات أساسية عن التمديد
الاسم | Velantro Click to Call |
ID | bodanolkchojeegofgblckgcpbpbdcjn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/velantro-click-to-call/bodanolkchojeegofgblckgcpbpbdcjn |
الوصف | Velantro.net PBX click to call extension |
حجم الملف | 56.17 KB |
عدد التثبيتات | 1,063 |
النسخة الحالية | 1.4.12 |
آخر تحديث | 2019-01-27 |
تاريخ النشر | 2019-01-27 |
تقييم | 4.89/5 مجموع تقييمات 18 |
المطور | https://velantro.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.velantro.com/pages/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Velantro Click to Call", "description": "Velantro.net PBX click to call extension", "version": "1.4.12", "applications": { "gecko": { "id": "{2a7e3959-cfd5-4f2b-a537-85bdbe4f6cbe}", "strict_min_version": "57.0" } }, "browser_action": { "default_icon": "velantro32.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "call-phone-v.png" ], "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "phonepattern.js", "render.js", "monitor.js", "render-init.js" ] } ], "background": { "scripts": [ "velantro-storage.js", "velantro-config.js", "velantro-call.js", "velantro-events.js" ] }, "permissions": [ "activeTab", "storage", "notifications", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "velantro16.png", "48": "velantro48.png", "128": "velantro128.png" } } |