Sudonum Chrome Extension
Click to call in the browser.
ما هو Sudonum Chrome Extension؟
Sudonum Chrome Extension هو إضافة Chrome تم تطويرها بواسطة sudonum-chrome-extension، والميزة الرئيسية لها هي "Click to call in the browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sudonum Chrome Extension
قم بتنزيل ملفات الامتداد Sudonum Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Start a phone call from your browser and answer it on your mobile phone. No extra software required. Requirements: You'll need a Sudonum API Token. Feel free to contact [email protected] to open an account. Install: Click here and select "Add to Chrome". Usage: 1. Highlight the phone number you would like to call 2. Right-click the phone number 3. Select the "Call Now!" option 4. In a few seconds your mobile phone will start ringing 5. Answer the call and wait to be connected the phone number you highlighted
معلومات أساسية عن التمديد
الاسم | Sudonum Chrome Extension |
ID | aagoeolhfjpmdaghkphdmndiggbfmeba |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sudonum-chrome-extension/aagoeolhfjpmdaghkphdmndiggbfmeba |
الوصف | Click to call in the browser. |
حجم الملف | 414 KB |
عدد التثبيتات | 134 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2023-05-02 |
تاريخ النشر | 2021-09-14 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | sudonum-chrome-extension |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://sudonum.com |
عنوان صفحة سياسة الخصوصية | https://www.sudonum.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sudonum Chrome Extension", "version": "1.0.6", "description": "Click to call in the browser.", "manifest_version": 3, "permissions": [ "storage", "contextMenus", "tabs", "activeTab", "notifications" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "48": "imgs\/icon_chrome_ext.png" } } |