TeleGo

Dial Right From Your Browser

Cos'è TeleGo?

TeleGo è un'estensione di Chrome sviluppata da TeleGo, e la sua funzione principale è "Dial Right From Your Browser".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TeleGo

Scarica i file di estensione TeleGo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 .                    

Informazioni di Base sull'Estensione

Nome TeleGo TeleGo
ID kahcgaghddhkfpcceidljijgadnconjm
URL Ufficiale https://chromewebstore.google.com/detail/telego/kahcgaghddhkfpcceidljijgadnconjm
Descrizione Dial Right From Your Browser
Dimensione del File 2.5 MB
Conteggio Installazioni 612
Versione Corrente 3.0.12
Ultimo Aggiornamento 2024-02-21
Data di Pubblicazione 2018-04-11
Valutazione 4.71/5 Totale 7 Valutazioni
Sviluppatore TeleGo
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.telego.com
URL della Pagina di Aiuto https://www.telego.com/support.html
URL della Pagina della Politica sulla Privacy https://telego.com/privacy-policy
Lingue Supportate 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
        }
    ]
}