Dialpad Chrome CTI

Embed the Dialpad CTI to make phone calls and send messages without leaving Chrome.

Τι είναι το Dialpad Chrome CTI;

Το Dialpad Chrome CTI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dialpad, Inc, και η κύρια λειτουργία του είναι "Embed the Dialpad CTI to make phone calls and send messages without leaving Chrome.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Dialpad Chrome CTI

Λήψη αρχείων επέκτασης Dialpad Chrome CTI σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Dialpad Chrome Extension makes calling and texting in your Chrome browser a breeze. Seamlessly click to call or text any phone number that appears in your browser and access powerful Dialpad features including your communications history, contact profiles, and call center status without leaving Chrome. Users can set up the Chrome extension in minutes and choose to use the extension in multiple preset apps without any additional configuration.

Click to call and text: 
Hover over numbers within your chrome browser tab to seamlessly dial and send messages with Dialpad. Click on Dialpad links even when they are not recognized as hyperlinks.

Chrome CTI dialer:
Use the CTI to make and receive calls without leaving Chrome. Choose to set your call center status, set yourself to do-not-disturb, manage your contacts, and view all your recent communications history all within the dialer. 

Effortless setup:
Use the CTI with preset websites. No additional configuration needed.

Customizable settings:
Opt out of preset websites or set up your own through your Dialpad web settings. 

Getting started:
1)Download the extension
2)Click on the Puzzle Icon (Extensions) on the top right
3)Click on Dialpad CTI Extension
4)Log-in 
5)Make sure you are on a Google website/domain* and refresh your browser tab
6)Click on Dialpad CTI Extension again and ‘Launch CTI’

Note: For websites that are not included with the package, like your own company page or preferred website/email/system, you’ll need to add the domains to your Dialpad Settings first. Please refer to this article (https://help.dialpad.com/hc/en-us/articles/4496324816795) to get started.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Dialpad Chrome CTI Dialpad Chrome CTI
ID lmecinlocgbbcdgbhkidmeijhdhlngjp
Επίσημο URL https://chromewebstore.google.com/detail/dialpad-chrome-cti/lmecinlocgbbcdgbhkidmeijhdhlngjp
Περιγραφή Embed the Dialpad CTI to make phone calls and send messages without leaving Chrome.
Μέγεθος Αρχείου 986 KB
Αριθμός Εγκαταστάσεων 12,919
Τρέχουσα Έκδοση 0.1.20
Τελευταία Ενημέρωση 2023-09-08
Ημερομηνία Δημοσίευσης 2021-06-29
Αξιολόγηση 2.14/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Dialpad, Inc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://dialpad.com
Διεύθυνση URL της Σελίδας Βοήθειας https://help.dialpad.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.dialpad.com/legal
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dialpad Chrome CTI",
    "description": "Embed the Dialpad CTI to make phone calls and send messages without leaving Chrome.",
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "identity",
        "contextMenus",
        "scripting",
        "enterprise.hardwarePlatform"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_title": "Launch Dialpad CTI",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.svg"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*\/*login*",
                "*:\/\/*\/*sign_in*",
                "*:\/\/*\/*pricing*",
                "*:\/\/*\/*signin*",
                "*:\/\/*\/*signup*",
                "*:\/\/*\/*invite*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/dialpad.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/dialpad.com\/*"
        ]
    },
    "version": "0.1.20"
}