telify
Recognizes phone numbers on web pages and converts them into clickable links
telifyคืออะไร?
telify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย d3v.one และคุณลักษณะหลักของมันคือ "Recognizes phone numbers on web pages and converts them into clickable links"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย telify
ดาวน์โหลดไฟล์ส่วนขยาย telify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension recognizes phone numbers on web pages and converts them into clickable links. This works with many CTI applications, SIP clients, Skype, snom phones, and Android phones when sync is enabled for the Chrome browser on both devices. In general, any telephony software, device or interface which can be controlled by using an URL, will most likely enable you to call a phone number directly from your browser. This is done by passing the phone number to the configured system protocol handler and from there to the application which registered this protocol handler. Just like an URL starting with “http”, a link can also start with other protocol specifiers, e.g. “tel”, “sip” or “skype”. Applications like Skype or Bria Solo register an appropriate protocol handler in the system upon installation. So after installing Skype and using an URL starting with the protocol specifier “skype”, a phone number can be called directly from the browser. In newer versions of the Chrome browser, links starting with the tel protocol are handled inside the application. This has the advantage that you can use your Android phone to call phone numbers from your Desktop computer. To use this, sync must be enabled for both devices in the Chrome browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | telify |
ID | cioaocgapbjhdiodcabjlnihjfbopafb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/telify/cioaocgapbjhdiodcabjlnihjfbopafb |
คำอธิบาย | Recognizes phone numbers on web pages and converts them into clickable links |
ขนาดไฟล์ | 435 KB |
จำนวนการติดตั้ง | 1,996 |
เวอร์ชันปัจจุบัน | 1.0.1.14 |
อัปเดตครั้งล่าสุด | 2020-03-05 |
วันที่เผยแพร่ | 2020-03-04 |
คะแนน | 4.36/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | d3v.one |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://d3v.one/telify/ |
URL หน้าช่วยเหลือ | https://d3v.one/telify/ |
URL หน้านโยบายความเป็นส่วนตัว | https://d3v.one/privacy-policy-browser-extensions |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "telify", "short_name": "telify", "version": "1.0.1.14", "description": "Recognizes phone numbers on web pages and converts them into clickable links", "author": "Michael Koch", "homepage_url": "https:\/\/d3v.one\/telify\/", "icons": { "16": "images\/icon16_s.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "tabs" ], "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false }, "background": { "scripts": [ "pref.js", "background.js" ] }, "content_scripts": [ { "matches": [ " |