Simotel WebRTC Softphone

This extension is a sip phone

Simotel WebRTC Softphoneとは何ですか?

Simotel WebRTC SoftphoneはNasim Telecomによって開発されたChromeの拡張機能で、その主な機能は「This extension is a sip phone」です。

拡張機能のスクリーンショット

screenshot

Simotel WebRTC Softphone拡張機能のCRXファイルをダウンロード

Simotel WebRTC Softphone拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Simotel WebRTC Softphone Simotel WebRTC Softphone
ID olhcfbdkhphlkhgfpaemolojkigghkpg
公式URL https://chromewebstore.google.com/detail/simotel-webrtc-softphone/olhcfbdkhphlkhgfpaemolojkigghkpg
説明 This extension is a sip phone
ファイルサイズ 1.26 MB
インストール数 388
現在のバージョン 2.2
最終更新日 2023-05-11
公開日 2020-08-21
評価 5.00/5 合計 2 レビュー
開発者 Nasim Telecom
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://simotel.com/
ヘルプページのURL https://simotel.com/contact/
対応言語 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": [
        "*"
    ]
}