Click to Call Mobile
Launches highlighted text as Tel: link.
ما هو Click to Call Mobile؟
Click to Call Mobile هو إضافة Chrome تم تطويرها بواسطة https://www.clickcallmobile.com، والميزة الرئيسية لها هي "Launches highlighted text as Tel: link.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Click to Call Mobile
قم بتنزيل ملفات الامتداد Click to Call Mobile بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Click to Call on phone numbers that are not defined as links. Along with our Mobile and Windows Desktop App, calls are made directly from your mobile phone. To use this extension, simply highlight a phone number and right click. A menu will appear - select "Call as Tel://..." and your mobile will dial that number. Make sure you have our Mobile App and Desktop App installed. Learn more at https://www.clickcallmobile.com/.
معلومات أساسية عن التمديد
الاسم | |
ID | ggfbbimhbommiogoebgdmnipdhjfdeel |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/click-to-call-mobile/ggfbbimhbommiogoebgdmnipdhjfdeel |
الوصف | Launches highlighted text as Tel: link. |
حجم الملف | 14.58 KB |
عدد التثبيتات | 1,592 |
النسخة الحالية | 0.5 |
آخر تحديث | 2016-07-02 |
تاريخ النشر | 2016-07-01 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | https://www.clickcallmobile.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.clickcallmobile.com/ |
عنوان صفحة المساعدة | https://www.clickcallmobile.com/help/ |
عنوان صفحة سياسة الخصوصية | https://www.clickcallmobile.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Click to Call Mobile", "description": "Launches highlighted text as Tel: link.", "version": "0.5", "browser_action": { "default_icon": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Click to Call Default Title", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "storage" ], "homepage_url": "https:\/\/www.ClickCallMobile.com", "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "rightclick.js" ] } } |