Auto Dialer for Twilio Platform

Online phone call and SMS from chrome browser. 50+ useful features.

Qu'est-ce que Auto Dialer for Twilio Platform ?

Auto Dialer for Twilio Platform est une extension Chrome développée par https://www.nethram.com, et sa fonction principale est "Online phone call and SMS from chrome browser. 50+ useful features.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Auto Dialer for Twilio Platform

Téléchargez les fichiers d'extension Auto Dialer for Twilio Platform 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

                        Free 14 day trial with full functionality. No credit card required. Download now, link with your Twilio account and start making calls in a minute.

App developed by the creators of the very popular Twiliod (over 20,000 users). This product is showcased by Twilio in their web-site with gold status.

Supports three modes
* Simple dialer. Dial or type numbers to make calls. 
* Highlight numbers in any web-page for click to dial
* CRM integration. Click to dial and automatically open CRM records on incoming calls.


Key benefits of the plug-in are:
a) Save on calling charges. Link to your Twilio account, and make use of the Twilio wholesale rates.
b) Save time. Enables click-to-call, where the phone numbers within your web-page are highlighted. Click and make calls.
c) Understand the customer. When you receive the call, screen-pop automatically opens up your lead's page. (You should create a simple script).
d) Easy setup and no hardware. Take your phone with you on the Browser wherever you go.
e) Send and receive SMS
f) Click to SMS
g) Auto complete for SMS. Saves time typing messages.
h) Voicemail for incoming calls on no answer
i) Voicemail drop feature to leave voicemails on outbound calls
j) Auto dialing. Click on multiple phone numbers to make calls automatically one after the other.
k) Add many numbers and dial numbers automatically one after the other.
l) Keyboard Shortcuts to make outbound calls based on your custom Twimlet
m) Call forwarding for incoming calls on no answer
n) Call transfer and add conference

 This app has a limited trial period of 15 days. For usage After this, you will be paying a low monthly charge of $4.99. Twilio charges are additional.

Please ensure that you have a paid Twilio account and there is at least one number in your Twilio account

Make use of your CRM, if needed for automatic screen pop by entering the url of the API in the extension's "settings" page. Please find the details in help.

Enable click to call functionality by providing the domain address in the "settings" page.

Supports Salesforce, Zoho, Insightly, Hubspot and Zendesk  etc., out of the box. Support to other CRMs can easily be added via a custom script.For more details visit:http://www.nethram.com/main-page/

Usage:
Install the extension.
Sign to chrome with your google account.
Login with your Twilio SID and AUTH TOKEN and provide a unique client name.
Set your default number. 
Optionally set your CRM details.
Optionally enable SMS and voicemail.
Your app is now ready

Key features:
- Purchase Twilio numbers for many countries.
- Make calls to and from any number in the world.
- Make calls between extensions by using the client name of the extensions.
- Make use of Your CRM API to fetch contact details for each calls.
- Click to call functionality for your CRM pages.
- View recent log for upto 20 recent calls.
- Send and receive SMS
- Call history

If you need support or need this app be to customized for your call center, please contact us at [email protected].                    

Informations de Base sur l'Extension

Nom Auto Dialer for Twilio Platform Auto Dialer for Twilio Platform
ID djlifjbljbhnhkplahimejgmjmnandjk
URL Officiel https://chromewebstore.google.com/detail/auto-dialer-for-twilio-pl/djlifjbljbhnhkplahimejgmjmnandjk
Description Online phone call and SMS from chrome browser. 50+ useful features.
Taille du Fichier 1.09 MB
Nombre d'Installations 2,232
Version Actuelle 3.2.9
Dernière Mise à Jour 2024-03-01
Date de Publication 2020-01-08
Évaluation 3.94/5 Total 35 É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
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 call and SMS from chrome browser. 50+ useful features.",
    "icons": {
        "128": "img\/logomash128.png",
        "48": "img\/logomash48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2g1Geuz2zTaWG3g5xvdO4BzUCDYvY2CmDPl6RbpXtLuavxo2uR37\/uxEOqZDuNxgPtxtlK25SV7jsWEx1duNnCHqPYVytPZ9EcGx\/8ZG5WpEdc67phrCAwyXI9bxwrqNNsj\/4WNv0JoVn747EOjEl3KM3rEvhgSpx7bd+0RDVwqczrfnfshzLdenylIBs8Nbf85WjoLTUx74y5eM3IgO713W15mCB\/FnV2QQAr0SjZfKTFMMMtn11SNfVlUf9l2KFMoViNHDO+Wqpwf3S+8sqIUraksnoVPDPe6kYaK9lP8kIf6w2SiuHMf7\/llAedviiKk8DY5kO+wgwPewuAhV4wIDAQAB",
    "manifest_version": 2,
    "name": "Auto Dialer for Twilio Platform",
    "permissions": [
        "identity",
        "identity.email",
        "activeTab"
    ],
    "optional_permissions": [
        "https:\/\/www.googleapis.com\/",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "3.2.9",
    "web_accessible_resources": [
        "*.png",
        "*.jpg",
        "open_modal.html",
        "*.gif"
    ],
    "oauth2": {
        "client_id": "446510891009-3ufm7fpd53t1jclus70g9v341tqkht5f.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}