Select and Dial
Select a phone number, right click and dial it.
Select and Dialคืออะไร?
Select and Dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Agentur Simon และคุณลักษณะหลักของมันคือ "Select a phone number, right click and dial it."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Select and Dial
ดาวน์โหลดไฟล์ส่วนขยาย Select and Dial ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Small chrome extension, to select a number and dial it through a url-handler like tel:// or sip:// I wrote it for procall one, to use their phone:// - handler. Source: https://github.com/SimonWpt/chrome.ext.phone
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Select and Dial |
ID | bblggkmgbdcnbgdjjggjegdddhmklcpg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/select-and-dial/bblggkmgbdcnbgdjjggjegdddhmklcpg |
คำอธิบาย | Select a phone number, right click and dial it. |
ขนาดไฟล์ | 12.41 KB |
จำนวนการติดตั้ง | 1,195 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2016-09-06 |
วันที่เผยแพร่ | 2016-09-06 |
คะแนน | 3.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Agentur Simon |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/SimonWpt/chrome.ext.phone |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "description": "Select a phone number, right click and dial it.", "icons": { "128": "128.png", "16": "16.png", "32": "32.png", "64": "64.png" }, "manifest_version": 2, "options_page": "options.html", "name": "Select and Dial", "permissions": [ "contextMenus", "storage" ], "version": "0.1.1" } |