TeleGo

Dial Right From Your Browser

Τι είναι το TeleGo;

Το TeleGo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TeleGo, και η κύρια λειτουργία του είναι "Dial Right From Your Browser".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The TeleGo Chrome Extension is a convenient browser-based dialer that allows you and your
team to monitor incoming calls, view your call history, click-to-call from any phone number in
your browser, and send text messages to incoming callers instantly, all from your business
number!

Features:
● Click to call any phone number from your Chrome browser.
● Review your call history and duration, as well as live call progress, all in one place.
● Click to redial any number displayed in your call log history.
● Send a pre-saved or custom text message to incoming callers to quickly notify them
when you’re unavailable to take their call.
● Select a CRM to launch for when a saved contact calls you directly (including from
Whitepages, Google Search, Facebook, and Helpscout).

How to get set up:

Once the TeleGo Chrome Extension is downloaded and installed on your Chrome browser,
simply log into your TeleGo Customer Portal account. Once you successfully log into the
TeleGo Customer Portal, you should be automatically logged in to the TeleGo Chrome
Extension.

You can access a full step by step guide here: https://telego.zendesk.com/hc/en-us/articles/23031247861901.

If you need any assistance please contact our support team at [email protected].
Note that you MUST be a TeleGo customer to use the TeleGo Chrome Extension. To learn
more, reach out to us at TeleGo.com .                    

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

Όνομα TeleGo TeleGo
ID kahcgaghddhkfpcceidljijgadnconjm
Επίσημο URL https://chromewebstore.google.com/detail/telego/kahcgaghddhkfpcceidljijgadnconjm
Περιγραφή Dial Right From Your Browser
Μέγεθος Αρχείου 2.5 MB
Αριθμός Εγκαταστάσεων 612
Τρέχουσα Έκδοση 3.0.12
Τελευταία Ενημέρωση 2024-02-21
Ημερομηνία Δημοσίευσης 2018-04-11
Αξιολόγηση 4.71/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής TeleGo
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.telego.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.telego.com/support.html
URL της Σελίδας Πολιτικής Απορρήτου https://telego.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TeleGo",
    "description": "Dial Right From Your Browser",
    "version": "3.0.12",
    "manifest_version": 3,
    "author": "Darius-Staigys",
    "homepage_url": "https:\/\/www.telego.com",
    "icons": {
        "16": "assets\/icons\/telego-icon-33x33.png",
        "48": "assets\/icons\/telego-icon-100x100.png",
        "128": "assets\/icons\/telego-icon-267x267.png"
    },
    "action": {
        "default_title": "Dail a phone number right from the browser",
        "default_icon": "assets\/icons\/telego-icon-33x33.png",
        "default_popup": "src\/popup\/index.html"
    },
    "permissions": [
        "storage",
        "background",
        "contextMenus",
        "cookies"
    ],
    "options_page": "src\/options\/index.html",
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-9a1d2f8f.js"
            ],
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*.telego.com\/*",
        "*:\/\/*.telegoconfig.com\/*",
        "*:\/\/*.telegopbx.com\/*",
        "*:\/\/*.tgpbx.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/assets\/web\/*.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/config-4dea2771.js",
                "assets\/phone-number.utils-4a439ac5.js",
                "assets\/index.ts-d9e026e4.js"
            ],
            "use_dynamic_url": true
        }
    ]
}