WebPhone

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

WebPhone là gì?

WebPhone là một tiện ích mở rộng Chrome được phát triển bởi Edu3 / CriativaSoft, và tính năng chính của nó là "Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebPhone

Tải xuống các tệp mở rộng WebPhone dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebPhone WebPhone
ID mcajodgaocmkmmomogbefkghjepgilnc
URL Chính Thức https://chrome.google.com/webstore/detail/webphone/mcajodgaocmkmmomogbefkghjepgilnc
Mô tả Extension for Asterisk/Freeswitch that automatically identifies phone numbers and allows you to make calls through the browser
Kích Thước Tệp 21.51 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2017-11-09
Ngày Phát Hành 2017-11-09
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Edu3 / CriativaSoft
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ricardojlrufino/webphone-sip/
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}