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.

Qu'est-ce que Twilio VoIP Softphone for enterprises ?

Twilio VoIP Softphone for enterprises est une extension Chrome développée par https://www.nethram.com, et sa fonction principale est "Twilio Softphone allows you to make twilio VoIP calls. Twilio SMS is also supported. This utilizes the Twilio client sdk.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Twilio VoIP Softphone for enterprises

Téléchargez les fichiers d'extension Twilio VoIP Softphone for enterprises au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Twilio VoIP Softphone for enterprises Twilio VoIP Softphone for enterprises
ID ecaljehngdobkbnbijajllkbgfnadoji
URL Officiel 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.
Taille du Fichier 1.63 MB
Nombre d'Installations 629
Version Actuelle 0.3.5
Dernière Mise à Jour 2024-03-01
Date de Publication 2020-01-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.nethram.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.nethram.com/main-page/
URL de la Page de Politique de Confidentialité https://twilioid.com/twilioid/twilio_call_ext_server/privacy_policy.php
Langues Prises en Charge 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"
        ]
    }
}