Auto Dialer for Twilio Platform

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

Hvad er Auto Dialer for Twilio Platform?

Auto Dialer for Twilio Platform er en Chrome-udvidelse udviklet af https://www.nethram.com, og dens hovedfunktion er "Online phone call and SMS from chrome browser. 50+ useful features.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Auto Dialer for Twilio Platform-udvidelses-CRX-fil

Download Auto Dialer for Twilio Platform-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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].                    

Grundlæggende oplysninger om udvidelsen

Navn Auto Dialer for Twilio Platform Auto Dialer for Twilio Platform
ID djlifjbljbhnhkplahimejgmjmnandjk
Officiel URL https://chromewebstore.google.com/detail/auto-dialer-for-twilio-pl/djlifjbljbhnhkplahimejgmjmnandjk
Beskrivelse Online phone call and SMS from chrome browser. 50+ useful features.
Filstørrelse 1.09 MB
Antal Installationer 2,232
Nuværende Version 3.2.9
Senest Opdateret 2024-03-01
Udgivelsesdato 2020-01-08
Bedømmelse 3.94/5 Samlet 35 Bedømmelser
Udvikler https://www.nethram.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.nethram.com/main-page/
URL til Fortrolighedspolitik Side https://twilioid.com/twilioid/twilio_call_ext_server/privacy_policy.php
Understøttede Sprog 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"
        ]
    }
}