Click to call with Linphone
Detect numbers on page and convert them to sip with params
Click to call with Linphoneคืออะไร?
Click to call with Linphone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย appscre10fi และคุณลักษณะหลักของมันคือ "Detect numbers on page and convert them to sip with params"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Click to call with Linphone
ดาวน์โหลดไฟล์ส่วนขยาย Click to call with Linphone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Example: Phone 0123456789, use sip with params - sip:$NUMBER@YOURSIPPROVIDER?method=call phone number on web page will replace to link - 0123456789. When user click on this link - will run Linphone (or other Soft Phone) and call to client with number 0123456789. Don't forget replace sip4.w3tel.net to your sip provider (hoster). Is not official extension for Linphone.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Click to call with Linphone |
ID | fnidkdfjahchalbdbgcedgdphiaecalm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/click-to-call-with-linpho/fnidkdfjahchalbdbgcedgdphiaecalm |
คำอธิบาย | Detect numbers on page and convert them to sip with params |
ขนาดไฟล์ | 53.78 KB |
จำนวนการติดตั้ง | 274 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2021-03-06 |
วันที่เผยแพร่ | 2021-03-06 |
ผู้พัฒนา | appscre10fi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.cre10fi.fr/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.cre10fi.fr/mentions-legales |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "header.js", "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click to call with Linphone" }, "content_scripts": [ { "js": [ "header.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self' https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com", "description": "Detect numbers on page and convert them to sip with params", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Click to call with Linphone", "version": "0.0.2" } |