Toku Click2Call

https://toku.co

Was ist Toku Click2Call?

Toku Click2Call ist eine Chrome-Erweiterung, die von Toku Pte Ltd entwickelt wurde, und ihr Hauptmerkmal ist "https://toku.co".

Erweiterungsscreenshots

screenshot

Toku Click2Call-Erweiterungs-CRX-Datei herunterladen

Laden Sie Toku Click2Call-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Overview:

Click to Call, also known as Click2Call, or Click to Dial allows you to click a phone number on any web page and make a phone call. Click to Call by Toku converts phone numbers on web pages into clickable links to allow quick dialling. It also integrates with various CRMs and Service Desk applications easily. 

With the Click to Call for browser extension you can: 
Click on any phone number with tel URI on any webpage to make a call via the Toku Omnichannel Contact Centre Agent Portal 

Use Click to Call while you work inside your CRM - Choose any CRM, including Salesforce, Zoho, Zendesk, Freshdesk and others 

Help agents to be more productive and less error prone when working with various CRMs by avoiding the need to copy-paste numbers every time

Important: This extension is only for use with Toku Omnichannel Agent portal and is not a standalone extension.                    

Grundlegende Informationen zur Erweiterung

Name Toku Click2Call Toku Click2Call
ID mmnbpeegjjcbkindclkdhncjnfdidgmo
Offizielle URL https://chromewebstore.google.com/detail/toku-click2call/mmnbpeegjjcbkindclkdhncjnfdidgmo
Beschreibung https://toku.co
Dateigröße 40.49 KB
Installationsanzahl 4,367
Aktuelle Version 2.2
Letztes Update 2023-02-08
Veröffentlichungsdatum 2022-02-21
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Toku Pte Ltd
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://toku.co/
Hilfeseite URL https://toku.co/
URL der Datenschutzrichtlinien-Seite https://toku.co/privacy
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.2",
    "permissions": [
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.ccaas-staging.tokuvoip.com\/agent-portal\/*",
        "*:\/\/*.tokuconnect.tokuvoip.com\/agent-portal\/*",
        "*:\/\/*.bd-dh-tokuconnect.tokuvoip.com\/agent-portal\/*",
        "*:\/\/*.pk-dh-tokuconnect.tokuvoip.com\/agent-portal\/*",
        "*:\/\/*.pk02-dh-tokuconnect.tokuvoip.com\/agent-portal\/*",
        "*:\/\/*.bd-dh02-tokuconnect.tokuvoip.com\/agent-portal\/*",
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "48x48.png",
        "default_title": "Toku Click2Call"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.1.0.min.js",
                "js\/inject.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "description": "https:\/\/toku.co",
    "name": "Toku Click2Call"
}