VoIP Softphone - Phone for your browser
Online phone calls from chrome browser. 50+ useful features.
Wat is VoIP Softphone - Phone for your browser?
VoIP Softphone - Phone for your browser is een Chrome-extensie ontwikkeld door nethramllc, en de belangrijkste functie is "Online phone calls from chrome browser. 50+ useful features.".
Extensie Screenshots
Download het CRX-bestand van de extensie VoIP Softphone - Phone for your browser
Download VoIP Softphone - Phone for your browser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Make and receive phone calls and SMS from your Chrome browser
Basisinformatie over de Extensie
Naam | |
ID | nljkmdlabonhdjgmiohlieoohafpppkm |
Officiële URL | https://chrome.google.com/webstore/detail/voip-softphone-phone-for/nljkmdlabonhdjgmiohlieoohafpppkm |
Beschrijving | Online phone calls from chrome browser. 50+ useful features. |
Bestandsgrootte | 899 KB |
Aantal Installaties | 45 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2020-11-30 |
Publicatiedatum | 2020-11-13 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | nethramllc |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.nethram.com/main-page/ |
Help Pagina-URL | http://www.nethram.com |
URL van de Privacybeleid Pagina | https://twilioid.com/twilioid/twilio_call_ext_server/privacy_policy.php |
Ondersteunde Talen | 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" ] } } |