Simotel WebRTC Softphone

This extension is a sip phone

Cos'è Simotel WebRTC Softphone?

Simotel WebRTC Softphone è un'estensione di Chrome sviluppata da Nasim Telecom, e la sua funzione principale è "This extension is a sip phone".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simotel WebRTC Softphone

Scarica i file di estensione Simotel WebRTC Softphone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Simotel WebRTC Softphone Simotel WebRTC Softphone
ID olhcfbdkhphlkhgfpaemolojkigghkpg
URL Ufficiale https://chromewebstore.google.com/detail/simotel-webrtc-softphone/olhcfbdkhphlkhgfpaemolojkigghkpg
Descrizione This extension is a sip phone
Dimensione del File 1.26 MB
Conteggio Installazioni 388
Versione Corrente 2.2
Ultimo Aggiornamento 2023-05-11
Data di Pubblicazione 2020-08-21
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Nasim Telecom
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://simotel.com/
URL della Pagina di Aiuto https://simotel.com/contact/
Lingue Supportate 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": [
        "*"
    ]
}