YouNeed Phone
The YouNeed extension to start phone calls from web pages
ما هو YouNeed Phone؟
YouNeed Phone هو إضافة Chrome تم تطويرها بواسطة YouNeed®، والميزة الرئيسية لها هي "The YouNeed extension to start phone calls from web pages".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouNeed Phone
قم بتنزيل ملفات الامتداد YouNeed Phone بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows YouNeed® users to start phone calls directly from web pages. While using Chrome to browse the web, they will be able to click phone numbers and a YouNeed® phone call will start. Also, this extension helps to receive more easily phone calls on a YouNeed® extension.
معلومات أساسية عن التمديد
الاسم | |
ID | jjonhbifjclnpdicimalddgfjfbfefci |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youneed-phone/jjonhbifjclnpdicimalddgfjfbfefci |
الوصف | The YouNeed extension to start phone calls from web pages |
حجم الملف | 31.39 KB |
عدد التثبيتات | 289 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2021-10-19 |
تاريخ النشر | 2021-05-17 |
المطور | YouNeed® |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://youneed.it |
عنوان صفحة سياسة الخصوصية | https://www.ambrogio.com/policy/policy-privacy.html |
اللغات المدعومة | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouNeed Phone", "version": "1.0.1", "description": "The YouNeed extension to start phone calls from web pages", "manifest_version": 3, "permissions": [ "cookies", "tabs", "storage" ], "host_permissions": [ "*:\/\/*.web.youneed.it\/*" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "action": [], "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": false, "js": [ "content_script.js" ] } ] } |