VoIP Softphone - Phone for your browser
Online phone calls from chrome browser. 50+ useful features.
What is VoIP Softphone - Phone for your browser?
VoIP Softphone - Phone for your browser is a Chrome extension developed by nethramllc, and its main feature is "Online phone calls from chrome browser. 50+ useful features.".
Extension Screenshots
Download VoIP Softphone - Phone for your browser Extension CRX File
Download VoIP Softphone - Phone for your browser 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
Make and receive phone calls and SMS from your Chrome browser
Extension Basic Information
Name | |
ID | nljkmdlabonhdjgmiohlieoohafpppkm |
Official URL | https://chrome.google.com/webstore/detail/voip-softphone-phone-for/nljkmdlabonhdjgmiohlieoohafpppkm |
Description | Online phone calls from chrome browser. 50+ useful features. |
File Size | 899 KB |
Installation Count | 45 |
Current Version | 0.0.2 |
Last Updated | 2020-11-30 |
Publish Date | 2020-11-13 |
Rating | 1.00/5 Total 1 Ratings |
Developer | nethramllc |
[email protected] | |
Payment Type | free |
Extension Website | http://www.nethram.com/main-page/ |
Help Page URL | http://www.nethram.com |
Privacy Policy Page URL | https://twilioid.com/twilioid/twilio_call_ext_server/privacy_policy.php |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/jquery.min.js", "js\/content.js" ], "run_at": "document_start", "all_frames": false } ], "browser_action": { "default_icon": "img\/logomash.png", "default_popup": "popup.html" }, "description": "Online phone calls from chrome browser. 50+ useful features.", "icons": { "128": "img\/logomash128.png", "48": "img\/logomash48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoMrKirY5Pv\/64PTbj\/JReIiZ1E8G2Z\/477jO4wNMS+VwkYBZQ84Z1B25zK11YbE\/YCyCjmTPKRxpLuHk6\/ms8l5S0c9ULk5o7oOuv\/nNZeLf2uaaPEMSIROdcGQilOtkkuTGDEjYeigvSys7z\/Mpb\/C8RLvbw49udFCOlMa3ci1STX1WbX0QxMTF+XbIZhQ49WhXrlm4qImyTbEpg0jULD3ewNhaLum9qdsRI4uOs\/bY11QgyljzXoD\/E4vBWhXiPw0kzGBTfPyZs5VX\/QDn+iHayZOzCMQ2oEAQOCKjPg0BEF\/ZnfTFh4qkWAvEwQdLYd7yk5k4\/8dGMPc9XLlQmQIDAQAB", "manifest_version": 2, "name": "VoIP Softphone - Phone for your browser", "permissions": [ "identity", "identity.email", "activeTab", "tabs", "storage" ], "optional_permissions": [ "https:\/\/www.googleapis.com\/", "http:\/\/*\/", "https:\/\/*\/" ], "version": "0.0.2", "web_accessible_resources": [ "*.png", "*.jpg", "open_modal.html", "*.gif" ], "oauth2": { "client_id": "910448857277-tcciqv9ekbqg96s559bn3ns4mv9cbso3.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] } } |