TeleGo

Dial Right From Your Browser

Hvad er TeleGo?

TeleGo er en Chrome-udvidelse udviklet af TeleGo, og dens hovedfunktion er "Dial Right From Your Browser".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download TeleGo-udvidelses-CRX-fil

Download TeleGo-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

                        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 .                    

Grundlæggende oplysninger om udvidelsen

Navn TeleGo TeleGo
ID kahcgaghddhkfpcceidljijgadnconjm
Officiel URL https://chromewebstore.google.com/detail/telego/kahcgaghddhkfpcceidljijgadnconjm
Beskrivelse Dial Right From Your Browser
Filstørrelse 2.5 MB
Antal Installationer 612
Nuværende Version 3.0.12
Senest Opdateret 2024-02-21
Udgivelsesdato 2018-04-11
Bedømmelse 4.71/5 Samlet 7 Bedømmelser
Udvikler TeleGo
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.telego.com
Hjælpeside-URL https://www.telego.com/support.html
URL til Fortrolighedspolitik Side https://telego.com/privacy-policy
Understøttede Sprog 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
        }
    ]
}