Twilio VoIP Softphone for enterprises
Twilio Softphone allows you to make twilio VoIP calls. Twilio SMS is also supported. This utilizes the Twilio client sdk.
What is Twilio VoIP Softphone for enterprises?
Twilio VoIP Softphone for enterprises is a Chrome extension developed by https://www.nethram.com, and its main feature is "Twilio Softphone allows you to make twilio VoIP calls. Twilio SMS is also supported. This utilizes the Twilio client sdk.".
Extension Screenshots
Download Twilio VoIP Softphone for enterprises Extension CRX File
Download Twilio VoIP Softphone for enterprises 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
This is the Enterprise version of the Twilio Auto Dialer. This Twilio Softphone allows you to make twilio VoIP calls. Twilio SMS is also supported. This utilizes the Twilio client sdk. Sample of the 50+ features: Twilio VoIP calls Global SMS Click to call and SMS Voicemail Call forwarding Auto dialing CRM Integration Call transfer
Extension Basic Information
Name | Twilio VoIP Softphone for enterprises |
ID | ecaljehngdobkbnbijajllkbgfnadoji |
Official URL | https://chromewebstore.google.com/detail/twilio-voip-softphone-for/ecaljehngdobkbnbijajllkbgfnadoji |
Description | Twilio Softphone allows you to make twilio VoIP calls. Twilio SMS is also supported. This utilizes the Twilio client sdk. |
File Size | 1.63 MB |
Installation Count | 629 |
Current Version | 0.3.5 |
Last Updated | 2024-03-01 |
Publish Date | 2020-01-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.nethram.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.nethram.com/main-page/ |
Privacy Policy Page URL | https://twilioid.com/twilioid/twilio_call_ext_server/privacy_policy.php |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twilio VoIP Softphone for enterprises", "description": "Twilio Softphone allows you to make twilio VoIP calls. Twilio SMS is also supported. This utilizes the Twilio client sdk.", "version": "0.3.5", "manifest_version": 3, "background": { "service_worker": "new_bg.js" }, "permissions": [ "identity", "identity.email", "activeTab", "storage", "alarms" ], "action": { "default_popup": "popup.html", "default_icon": { "128": "img\/logo_new.png", "48": "img\/logo_new.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/jquery.min.js", "js\/content.js" ], "run_at": "document_start", "all_frames": false } ], "icons": { "128": "img\/logo_new.png", "48": "img\/logo_new.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkj3RCKpbMEiL51pczWZaNkIE\/+FsjBOUJpvyW+4XQb+rOL5xzJSeUeOnFCybkO2w9IgUlvZC9L5kyeMursQheIlflzlNTq1NEhtJ7ykQenPO50ZNiPq1W9trdbOcvY6LnmHeloP\/vNHZTf1jwWTMIae0b2yY3lcEMWGzfMGxpFTBzRTW4r3v5e7+Fxgq7BB2Lj9MQMrqeVCPnBR+7GpGwTaJLLPm2EoqTiZEJXgIgO4gYEYgp3lSs0dC1r8V\/UGqT91DT376s19kxUa2o3gh\/O6Gtv7Ny4csQzkUpgeoQmeEtiYljYHHoWuQJSOGlbobwufN98ZSFkmRKKsvu+aHTwIDAQAB", "host_permissions": [ "https:\/\/www.googleapis.com\/", "http:\/\/*\/", "https:\/\/*\/" ], "web_accessible_resources": [ { "resources": [ "\/open_modal.html", "chin-up.mp3", "img\/save_template.png", "img\/send_msg.png", "img\/Template.png", "img\/call_icons.png", "img\/message_icon.png" ], "matches": [ " |