Browser SIP Phone

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

What is Browser SIP Phone?

Browser SIP Phone is a Chrome extension developed by vitekey, and its main feature is "Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol".

Extension Screenshots

screenshot

Download Browser SIP Phone Extension CRX File

Download Browser SIP Phone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        You can use it as a Soft Phone (VoIP)

## Features
* Make and get calls
* Phone Controls - HOLD / MUTE / STOP
* Call history
* Call notifications
* DTMF support
* Early media support                    

Extension Basic Information

Name Browser SIP Phone Browser SIP Phone
ID ofneopaadiddcanpldoanpnmimjgnncd
Official URL https://chromewebstore.google.com/detail/browser-sip-phone/ofneopaadiddcanpldoanpnmimjgnncd
Description Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol
File Size 1.53 MB
Installation Count 681
Current Version 1.0.0
Last Updated 2021-04-01
Publish Date 2021-04-01
Rating 4.00/5 Total 3 Ratings
Developer vitekey
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "short_name": "Browser SIP Phone",
    "name": "Browser SIP Phone",
    "description": "Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol",
    "browser_action": {
        "default_title": "Browser SIP Phone",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}