Yaxxa
Yaxxa is a WebRTC client for PBX.
Yaxxa là gì?
Yaxxa là một tiện ích mở rộng Chrome được phát triển bởi YAXXA, và tính năng chính của nó là "Yaxxa is a WebRTC client for PBX.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Yaxxa
Tải xuống các tệp mở rộng Yaxxa dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Yaxxa works using WebRTC & SIP protocol. It makes communication easy and cost-effective. Key features of Yaxxa are: -> Audio Calls -> Video Calls -> Conferencing -> Call Hold -> Call Transfer -> Call Park -> Mute/ Unmute -> Call History -> Phonebook -> Extension Settings -> Voicemail Play & Download -> Fax Record -> Instant Messaging (Chat)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Yaxxa |
ID | gjcofcedeogkjclconppnlnjialkekhp |
URL Chính Thức | https://chromewebstore.google.com/detail/yaxxa/gjcofcedeogkjclconppnlnjialkekhp |
Mô tả | Yaxxa is a WebRTC client for PBX. |
Kích Thước Tệp | 3.88 MB |
Số Lần Cài Đặt | 477 |
Phiên Bản Hiện Tại | 4.1.10 |
Cập Nhật Lần Cuối | 2022-03-14 |
Ngày Phát Hành | 2021-11-08 |
Nhà Phát Triển | YAXXA |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://voice.yaxxa.co.za/index.php/policy/terms |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yaxxa", "manifest_version": 2, "version": "4.1.10", "author": "HoduSoft Pvt. Ltd. ([email protected])", "description": "Yaxxa is a WebRTC client for PBX.", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "19": "img\/ext_icons\/icon_19.png", "38": "img\/ext_icons\/icon_38.png" }, "default_popup": "login.html", "default_title": "Yaxxa" }, "icons": { "16": "img\/ext_icons\/icon_16.png", "48": "img\/ext_icons\/icon_48.png", "128": "img\/ext_icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/hodupbx.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "contextMenus", "storage", "notifications", "*:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "*" ] } |