WebPhone

Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser

WebPhoneคืออะไร?

WebPhone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Edu3 / CriativaSoft และคุณลักษณะหลักของมันคือ "Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser"

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

screenshot

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

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

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

                        WebRTC SIP based VoIP client software (+chrome extension)

It allows you to make calls using your browser in an extremely productive way.

## Features
* Make and get calls
* Audio effects using JS Audio API (Ex.: DTMF)
* Phone Controls - HOLD / MUTE / STOP
* Visual Effects in Calls (waveform viewer)
* ONLY JAVA-SCRIPT (using SIP.js)
* Chrome Extension for Click-To-CALL
* Internationalization Support


See more:
https://github.com/ricardojlrufino/webphone-sip/                    

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

ชื่อ WebPhone WebPhone
ID mcajodgaocmkmmomogbefkghjepgilnc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/webphone/mcajodgaocmkmmomogbefkghjepgilnc
คำอธิบาย Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser
ขนาดไฟล์ 21.51 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2017-11-09
วันที่เผยแพร่ 2017-11-09
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Edu3 / CriativaSoft
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ricardojlrufino/webphone-sip/
ภาษาที่รองรับ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebPhone",
    "description": "__MSG_appDesc__",
    "version": "0.2.1",
    "default_locale": "en",
    "icons": {
        "128": "\/img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "\/img\/icon_16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}