Simotel WebRTC Softphone

This extension is a sip phone

Wat is Simotel WebRTC Softphone?

Simotel WebRTC Softphone is een Chrome-extensie ontwikkeld door Nasim Telecom, en de belangrijkste functie is "This extension is a sip phone".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simotel WebRTC Softphone

Download Simotel WebRTC Softphone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Simotel WebRTC Softphone Simotel WebRTC Softphone
ID olhcfbdkhphlkhgfpaemolojkigghkpg
Officiële URL https://chromewebstore.google.com/detail/simotel-webrtc-softphone/olhcfbdkhphlkhgfpaemolojkigghkpg
Beschrijving This extension is a sip phone
Bestandsgrootte 1.26 MB
Aantal Installaties 388
Huidige Versie 2.2
Laatst Bijgewerkt 2023-05-11
Publicatiedatum 2020-08-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Nasim Telecom
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://simotel.com/
Help Pagina-URL https://simotel.com/contact/
Ondersteunde Talen 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": [
        "*"
    ]
}