Simotel WebRTC Softphone

This extension is a sip phone

Simotel WebRTC Softphone là gì?

Simotel WebRTC Softphone là một tiện ích mở rộng Chrome được phát triển bởi Nasim Telecom, và tính năng chính của nó là "This extension is a sip phone".

Ả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 Simotel WebRTC Softphone

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

                        You can make voice calls or even answer incoming calls with this extension. It also supports phonebook and call history. 
It's based on WebRTC and needs an internet connection and a valid sip account to work properly. You can get a valid account from Simotel.                    

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

Tên Simotel WebRTC Softphone Simotel WebRTC Softphone
ID olhcfbdkhphlkhgfpaemolojkigghkpg
URL Chính Thức https://chromewebstore.google.com/detail/simotel-webrtc-softphone/olhcfbdkhphlkhgfpaemolojkigghkpg
Mô tả This extension is a sip phone
Kích Thước Tệp 1.26 MB
Số Lần Cài Đặt 388
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2023-05-11
Ngày Phát Hành 2020-08-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Nasim Telecom
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://simotel.com/
URL Trang Trợ Giúp https://simotel.com/contact/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.2",
    "name": "Simotel WebRTC Softphone",
    "author": "NasimTelecom ([email protected])",
    "short_name": "simotel-webrtc",
    "description": "This extension is a sip phone",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "NasimTelecom WebRTC",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png"
    },
    "permissions": [
        "background",
        "storage",
        "notifications",
        "*:\/\/*\/*",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "audio-capture",
        "video-capture"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ]
}