Simotel WebRTC Softphone

This extension is a sip phone

Qu'est-ce que Simotel WebRTC Softphone ?

Simotel WebRTC Softphone est une extension Chrome développée par Nasim Telecom, et sa fonction principale est "This extension is a sip phone".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Simotel WebRTC Softphone

Téléchargez les fichiers d'extension Simotel WebRTC Softphone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Simotel WebRTC Softphone Simotel WebRTC Softphone
ID olhcfbdkhphlkhgfpaemolojkigghkpg
URL Officiel https://chromewebstore.google.com/detail/simotel-webrtc-softphone/olhcfbdkhphlkhgfpaemolojkigghkpg
Description This extension is a sip phone
Taille du Fichier 1.26 MB
Nombre d'Installations 388
Version Actuelle 2.2
Dernière Mise à Jour 2023-05-11
Date de Publication 2020-08-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur Nasim Telecom
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://simotel.com/
URL de la Page d'Aide https://simotel.com/contact/
Langues Prises en Charge 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": [
        "*"
    ]
}