Yaxxa
Yaxxa is a WebRTC client for PBX.
Wat is Yaxxa?
Yaxxa is een Chrome-extensie ontwikkeld door YAXXA, en de belangrijkste functie is "Yaxxa is a WebRTC client for PBX.".
Extensie Screenshots
Download het CRX-bestand van de extensie Yaxxa
Download Yaxxa-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | Yaxxa |
ID | gjcofcedeogkjclconppnlnjialkekhp |
Officiële URL | https://chromewebstore.google.com/detail/yaxxa/gjcofcedeogkjclconppnlnjialkekhp |
Beschrijving | Yaxxa is a WebRTC client for PBX. |
Bestandsgrootte | 3.88 MB |
Aantal Installaties | 477 |
Huidige Versie | 4.1.10 |
Laatst Bijgewerkt | 2022-03-14 |
Publicatiedatum | 2021-11-08 |
Ontwikkelaar | YAXXA |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://voice.yaxxa.co.za/index.php/policy/terms |
Ondersteunde Talen | 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": [ "*" ] } |