Simotel WebRTC Softphone
This extension is a sip phone
What is Simotel WebRTC Softphone?
Simotel WebRTC Softphone is a Chrome extension developed by Nasim Telecom, and its main feature is "This extension is a sip phone".
Extension Screenshots
Download Simotel WebRTC Softphone Extension CRX File
Download Simotel WebRTC Softphone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Simotel WebRTC Softphone |
ID | olhcfbdkhphlkhgfpaemolojkigghkpg |
Official URL | https://chromewebstore.google.com/detail/simotel-webrtc-softphone/olhcfbdkhphlkhgfpaemolojkigghkpg |
Description | This extension is a sip phone |
File Size | 1.26 MB |
Installation Count | 388 |
Current Version | 2.2 |
Last Updated | 2023-05-11 |
Publish Date | 2020-08-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Nasim Telecom |
[email protected] | |
Payment Type | free |
Extension Website | https://simotel.com/ |
Help Page URL | https://simotel.com/contact/ |
Supported Languages | 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", "*:\/\/*\/*", " |