Simotel WebRTC Softphone

This extension is a sip phone

O que é Simotel WebRTC Softphone?

Simotel WebRTC Softphone é uma extensão do Chrome desenvolvida por Nasim Telecom, e sua principal característica é "This extension is a sip phone".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Simotel WebRTC Softphone

Baixe arquivos de extensão Simotel WebRTC Softphone no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Simotel WebRTC Softphone Simotel WebRTC Softphone
ID olhcfbdkhphlkhgfpaemolojkigghkpg
URL Oficial https://chromewebstore.google.com/detail/simotel-webrtc-softphone/olhcfbdkhphlkhgfpaemolojkigghkpg
Descrição This extension is a sip phone
Tamanho do Arquivo 1.26 MB
Contagem de Instalações 388
Versão Atual 2.2
Última Atualização 2023-05-11
Data de Publicação 2020-08-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Nasim Telecom
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://simotel.com/
URL da Página de Ajuda https://simotel.com/contact/
Idiomas Suportados 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": [
        "*"
    ]
}