TeleGo

Dial Right From Your Browser

Apa itu TeleGo?

TeleGo adalah ekstensi Chrome yang dikembangkan oleh TeleGo, dan fitur utamanya adalah "Dial Right From Your Browser".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi TeleGo

Unduh file ekstensi TeleGo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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 .                    

Informasi Dasar Ekstensi

Nama TeleGo TeleGo
ID kahcgaghddhkfpcceidljijgadnconjm
URL Resmi https://chromewebstore.google.com/detail/telego/kahcgaghddhkfpcceidljijgadnconjm
Deskripsi Dial Right From Your Browser
Ukuran File 2.5 MB
Jumlah Instalasi 612
Versi Saat Ini 3.0.12
Terakhir Diperbarui 2024-02-21
Tanggal Publikasi 2018-04-11
Penilaian 4.71/5 Total 7 Penilaian
Pengembang TeleGo
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.telego.com
URL Halaman Bantuan https://www.telego.com/support.html
URL Halaman Kebijakan Privasi https://telego.com/privacy-policy
Bahasa yang Didukung 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
        }
    ]
}