Click n Call
You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.
Click n Callคืออะไร?
Click n Call เป็นส่วนขยายของ Chrome ที่พัฒนาโดย criste.nicu และคุณลักษณะหลักของมันคือ "You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Click n Call
ดาวน์โหลดไฟล์ส่วนขยาย Click n Call ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Click n Call |
ID | gcmdonkkjhaclnhnnknphbffhifiblcf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/click-n-call/gcmdonkkjhaclnhnnknphbffhifiblcf |
คำอธิบาย | You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android. |
ขนาดไฟล์ | 81.04 KB |
จำนวนการติดตั้ง | 604 |
เวอร์ชันปัจจุบัน | 2.1.4 |
อัปเดตครั้งล่าสุด | 2016-09-16 |
วันที่เผยแพร่ | 2016-09-16 |
คะแนน | 2.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | criste.nicu |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Click n Call", "version": "2.1.4", "permissions": [ "contextMenus", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.bursatransport.com\/*" ], "css": [ "style.css" ], "js": [ "jquery-3.1.0.min.js", "findAndReplace.js", "content.js" ] } ], "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |