Ytel Webphone Extension
Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.
ما هو Ytel Webphone Extension؟
Ytel Webphone Extension هو إضافة Chrome تم تطويرها بواسطة Ytel, Inc.، والميزة الرئيسية لها هي "Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ytel Webphone Extension
قم بتنزيل ملفات الامتداد Ytel Webphone Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Click to call (and text message) phone numbers in your helpdesk, CRM, and any website. Make and receive calls and texts without all the manual work. Also, get your phone numbers branded with your company name + monitored and fixed from mislabels like “Spam Likely”.
معلومات أساسية عن التمديد
الاسم | Ytel Webphone Extension |
ID | dhbcpadpkaemaopnpegoegfmnnjnnmhn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ytel-webphone-extension/dhbcpadpkaemaopnpegoegfmnnjnnmhn |
الوصف | Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process. |
حجم الملف | 1.74 MB |
عدد التثبيتات | 61 |
النسخة الحالية | 3.10.9.1 |
آخر تحديث | 2024-02-28 |
تاريخ النشر | 2023-07-13 |
تقييم | 5.00/5 مجموع تقييمات 7 |
المطور | Ytel, Inc. |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://ytel.com |
عنوان صفحة المساعدة | https://support.ytel.com |
عنوان صفحة سياسة الخصوصية | https://www.ytel.com/company/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ytel Webphone Extension", "version": "3.10.9.1", "description": "Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.", "action": { "browser_style": false, "default_popup": "popup.html" }, "icons": { "128": "icons\/128x128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "system.display", "alarms" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/lib\/jquery-2.2.4.min.js", "content.js" ], "css": [ "assets\/css\/content-style.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "img\/call-icon.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |