Simotel WebRTC Softphone

This extension is a sip phone

Vad är Simotel WebRTC Softphone?

Simotel WebRTC Softphone är en Chrome-tillägg utvecklad av Nasim Telecom, och dess huvudfunktion är "This extension is a sip phone".

Tilläggsskärmbilder

screenshot

Ladda ner Simotel WebRTC Softphone-förlängningens CRX-fil

Ladda ner Simotel WebRTC Softphone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Simotel WebRTC Softphone Simotel WebRTC Softphone
ID olhcfbdkhphlkhgfpaemolojkigghkpg
Officiell webbadress https://chromewebstore.google.com/detail/simotel-webrtc-softphone/olhcfbdkhphlkhgfpaemolojkigghkpg
Beskrivning This extension is a sip phone
Filstorlek 1.26 MB
Antal Installationer 388
Aktuell Version 2.2
Senast Uppdaterad 2023-05-11
Publiceringsdatum 2020-08-21
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Nasim Telecom
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://simotel.com/
Hjälpsida URL https://simotel.com/contact/
Stödda Språk 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": [
        "*"
    ]
}