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.

Wat is Twilio VoIP Softphone for enterprises?

Twilio VoIP Softphone for enterprises is een Chrome-extensie ontwikkeld door https://www.nethram.com, en de belangrijkste functie is "Twilio Softphone allows you to make twilio VoIP calls. Twilio SMS is also supported. This utilizes the Twilio client sdk.".

Extensie Screenshots

Download het CRX-bestand van de extensie Twilio VoIP Softphone for enterprises

Download Twilio VoIP Softphone for enterprises-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

                        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                    

Basisinformatie over de Extensie

Naam Twilio VoIP Softphone for enterprises Twilio VoIP Softphone for enterprises
ID ecaljehngdobkbnbijajllkbgfnadoji
Officiële URL https://chromewebstore.google.com/detail/twilio-voip-softphone-for/ecaljehngdobkbnbijajllkbgfnadoji
Beschrijving Twilio Softphone allows you to make twilio VoIP calls. Twilio SMS is also supported. This utilizes the Twilio client sdk.
Bestandsgrootte 1.63 MB
Aantal Installaties 629
Huidige Versie 0.3.5
Laatst Bijgewerkt 2024-03-01
Publicatiedatum 2020-01-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.nethram.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.nethram.com/main-page/
URL van de Privacybeleid Pagina https://twilioid.com/twilioid/twilio_call_ext_server/privacy_policy.php
Ondersteunde Talen 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": [
                ""
            ]
        }
    ],
    "options_page": "open_modal.html",
    "options_ui": {
        "page": "open_modal.html",
        "open_in_tab": false
    },
    "oauth2": {
        "client_id": "133055272571-bkmvmnfqpqgcb94q4rsmu1i45dud455s.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}