Simotel WebRTC Softphone

This extension is a sip phone

Was ist Simotel WebRTC Softphone?

Simotel WebRTC Softphone ist eine Chrome-Erweiterung, die von Nasim Telecom entwickelt wurde, und ihr Hauptmerkmal ist "This extension is a sip phone".

Erweiterungsscreenshots

screenshot

Simotel WebRTC Softphone-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simotel WebRTC Softphone-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Simotel WebRTC Softphone Simotel WebRTC Softphone
ID olhcfbdkhphlkhgfpaemolojkigghkpg
Offizielle URL https://chromewebstore.google.com/detail/simotel-webrtc-softphone/olhcfbdkhphlkhgfpaemolojkigghkpg
Beschreibung This extension is a sip phone
Dateigröße 1.26 MB
Installationsanzahl 388
Aktuelle Version 2.2
Letztes Update 2023-05-11
Veröffentlichungsdatum 2020-08-21
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Nasim Telecom
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://simotel.com/
Hilfeseite URL https://simotel.com/contact/
Unterstützte Sprachen 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": [
        "*"
    ]
}