Simotel WebRTC Softphone

This extension is a sip phone

Apa itu Simotel WebRTC Softphone?

Simotel WebRTC Softphone adalah ekstensi Chrome yang dikembangkan oleh Nasim Telecom, dan fitur utamanya adalah "This extension is a sip phone".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Simotel WebRTC Softphone

Unduh file ekstensi Simotel WebRTC Softphone dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Simotel WebRTC Softphone Simotel WebRTC Softphone
ID olhcfbdkhphlkhgfpaemolojkigghkpg
URL Resmi https://chromewebstore.google.com/detail/simotel-webrtc-softphone/olhcfbdkhphlkhgfpaemolojkigghkpg
Deskripsi This extension is a sip phone
Ukuran File 1.26 MB
Jumlah Instalasi 388
Versi Saat Ini 2.2
Terakhir Diperbarui 2023-05-11
Tanggal Publikasi 2020-08-21
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Nasim Telecom
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://simotel.com/
URL Halaman Bantuan https://simotel.com/contact/
Bahasa yang Didukung 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": [
        "*"
    ]
}