Yaxxa

Yaxxa is a WebRTC client for PBX.

什麼是Yaxxa?

Yaxxa是由YAXXA開發的Chrome擴展程式,該擴展的主要功能是“Yaxxa is a WebRTC client for PBX.”。

擴展截圖

screenshot

下載Yaxxa擴展crx文件

下載Yaxxa擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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)                    

擴展基本資訊

名稱 Yaxxa Yaxxa
ID gjcofcedeogkjclconppnlnjialkekhp
官方網址 https://chromewebstore.google.com/detail/yaxxa/gjcofcedeogkjclconppnlnjialkekhp
簡介 Yaxxa is a WebRTC client for PBX.
檔案大小 3.88 MB
安裝次數 477
目前版本 4.1.10
更新時間 2022-03-14
上架時間 2021-11-08
開發者 YAXXA
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://voice.yaxxa.co.za/index.php/policy/terms
支援的語言 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": [
        "*"
    ]
}