SIP Phone

SIP Phone is a WebRTC client.

SIP Phone là gì?

SIP Phone là một tiện ích mở rộng Chrome được phát triển bởi Ghanshyam Katriya, và tính năng chính của nó là "SIP Phone is a WebRTC client.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng SIP Phone 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

                        SIP Phone works using WebRTC & SIP protocol.

You can use it in place of Soft(VoIP) phone.

Please refer below link for more details about Features & How to use.

https://github.com/anshkatriya/sipphone                    

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

Tên SIP Phone SIP Phone
ID eeffaijobgkgngjemggokhbjfmhklcmi
URL Chính Thức https://chromewebstore.google.com/detail/sip-phone/eeffaijobgkgngjemggokhbjfmhklcmi
Mô tả SIP Phone is a WebRTC client.
Kích Thước Tệp 1.05 MB
Số Lần Cài Đặt 4,600
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2020-09-16
Ngày Phát Hành 2020-06-21
Đánh Giá 2.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Ghanshyam Katriya
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://ghanshyam.xyz
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SIP Phone",
    "manifest_version": 2,
    "version": "0.3.1",
    "author": "Ghanshyam Katriya ([email protected])",
    "description": "SIP Phone is a WebRTC client.",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "ext_icons\/19.png",
            "38": "ext_icons\/38.png"
        },
        "default_popup": "index.html",
        "default_title": "SIP Phone"
    },
    "options_page": "config.html",
    "icons": {
        "16": "ext_icons\/16.png",
        "48": "ext_icons\/48.png",
        "128": "ext_icons\/128.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ]
}