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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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/ |
URL หน้าช่วยเหลือ | https://www.clickcallmobile.com/help/ |
URL หน้านโยบายความเป็นส่วนตัว | 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" ] } } |