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.

Was ist Twilio VoIP Softphone for enterprises?

Twilio VoIP Softphone for enterprises ist eine Chrome-Erweiterung, die von https://www.nethram.com entwickelt wurde, und ihr Hauptmerkmal ist "Twilio Softphone allows you to make twilio VoIP calls. Twilio SMS is also supported. This utilizes the Twilio client sdk.".

Erweiterungsscreenshots

Twilio VoIP Softphone for enterprises-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twilio VoIP Softphone for enterprises-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Twilio VoIP Softphone for enterprises Twilio VoIP Softphone for enterprises
ID ecaljehngdobkbnbijajllkbgfnadoji
Offizielle URL https://chromewebstore.google.com/detail/twilio-voip-softphone-for/ecaljehngdobkbnbijajllkbgfnadoji
Beschreibung Twilio Softphone allows you to make twilio VoIP calls. Twilio SMS is also supported. This utilizes the Twilio client sdk.
Dateigröße 1.63 MB
Installationsanzahl 629
Aktuelle Version 0.3.5
Letztes Update 2024-03-01
Veröffentlichungsdatum 2020-01-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.nethram.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.nethram.com/main-page/
URL der Datenschutzrichtlinien-Seite https://twilioid.com/twilioid/twilio_call_ext_server/privacy_policy.php
Unterstützte Sprachen 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"
        ]
    }
}