Callbee Phone

Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol

Callbee Phoneคืออะไร?

Callbee Phone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BIXIOM | Denis Streltsov และคุณลักษณะหลักของมันคือ "Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Callbee Phone

ดาวน์โหลดไฟล์ส่วนขยาย Callbee Phone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol. You can use it in place of Soft (VoIP) Phone. It makes communication easy and cost-effective.

Key Features : 
Callbee Assistant : Do not Disturb, Auto Answer Incoming Calls, Set Prefix for all outgoing Calls, Enable Call Parking 
Call Features : Hold/Unhold, Mute/Unmute, Blind Transfer, Call Park                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Callbee Phone Callbee Phone
ID jcejljlbeabmlokpdgiegaonfokfokjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/callbee-phone/jcejljlbeabmlokpdgiegaonfokfokjh
คำอธิบาย Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol
ขนาดไฟล์ 4.91 MB
จำนวนการติดตั้ง 490
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2020-06-12
วันที่เผยแพร่ 2020-06-12
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา BIXIOM | Denis Streltsov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Callbee Phone",
    "short_name": "Callbee Phone",
    "version": "1.5.0",
    "description": "Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol",
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "MacCtrl+Q"
            }
        }
    },
    "options_page": "config.html",
    "icons": {
        "16": "webrtc\/img\/icon16.png",
        "48": "webrtc\/img\/icon48.png",
        "64": "webrtc\/img\/offline-icon.png",
        "128": "webrtc\/img\/icon128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "contextMenus"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Callbee Phone"
    }
}