TeleGo

Dial Right From Your Browser

O que é TeleGo?

TeleGo é uma extensão do Chrome desenvolvida por TeleGo, e sua principal característica é "Dial Right From Your Browser".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TeleGo

Baixe arquivos de extensão TeleGo no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 .                    

Informações Básicas da Extensão

Nome TeleGo TeleGo
ID kahcgaghddhkfpcceidljijgadnconjm
URL Oficial https://chromewebstore.google.com/detail/telego/kahcgaghddhkfpcceidljijgadnconjm
Descrição Dial Right From Your Browser
Tamanho do Arquivo 2.5 MB
Contagem de Instalações 612
Versão Atual 3.0.12
Última Atualização 2024-02-21
Data de Publicação 2018-04-11
Classificação 4.71/5 Total de 7 Avaliações
Desenvolvedor TeleGo
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.telego.com
URL da Página de Ajuda https://www.telego.com/support.html
URL da Página de Política de Privacidade https://telego.com/privacy-policy
Idiomas Suportados 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
        }
    ]
}