Yaxxa
Yaxxa is a WebRTC client for PBX.
Yaxxaคืออะไร?
Yaxxa เป็นส่วนขยายของ Chrome ที่พัฒนาโดย YAXXA และคุณลักษณะหลักของมันคือ "Yaxxa is a WebRTC client for PBX."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yaxxa
ดาวน์โหลดไฟล์ส่วนขยาย 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)                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | gjcofcedeogkjclconppnlnjialkekhp | 
| URL อย่างเป็นทางการ | 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": [
        "*"
    ]
}  |  |