Siply
Siply is a WebRTC client.
Siplyคืออะไร?
Siply เป็นส่วนขยายของ Chrome ที่พัฒนาโดย siply และคุณลักษณะหลักของมันคือ "Siply is a WebRTC client."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Siply
ดาวน์โหลดไฟล์ส่วนขยาย Siply ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Siply works using WebRTC & SIP protocol. It makes communication easy and cost-effective. Key features of Siply are: -> Audio Calls -> Video Calls -> Conferencing -> Call Hold -> Call Transfer -> Call Park -> Mute/ Unmute -> Call History -> Phonebook -> Extension Settings -> Voicemail Play & Download -> Instant Messaging (Chat)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fhelfegfdijgjbbamnfflapdlkmkndgl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fhelfegfdijgjbbamnfflapdlkmkndgl |
คำอธิบาย | Siply is a WebRTC client. |
ขนาดไฟล์ | 1.94 MB |
จำนวนการติดตั้ง | 93 |
เวอร์ชันปัจจุบัน | 3.6.7 |
อัปเดตครั้งล่าสุด | 2020-07-27 |
วันที่เผยแพร่ | 2020-03-29 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | siply |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://pbx.phonepanel.eu/index.php/policy/terms |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Siply", "manifest_version": 2, "version": "3.6.7", "author": "Siply ([email protected])", "description": "Siply is a WebRTC client.", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "19": "ext_icons\/icon_19.png", "38": "ext_icons\/icon_38.png" }, "default_popup": "index.html", "default_title": "Siply" }, "icons": { "16": "ext_icons\/icon_16.png", "48": "ext_icons\/icon_48.png", "128": "ext_icons\/icon_128.png" }, "options_page": "config.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/hodupbx.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "contextMenus", "storage", "notifications", "*:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "*" ] } |