Global Telelinks MS Teams Connector

This is a CRM MS Teams call connector which helps you to make phone calls using Microsoft Teams from CRM browser login.

Was ist Global Telelinks MS Teams Connector?

Global Telelinks MS Teams Connector ist eine Chrome-Erweiterung, die von https://www.globaltelelinks.net entwickelt wurde, und ihr Hauptmerkmal ist "This is a CRM MS Teams call connector which helps you to make phone calls using Microsoft Teams from CRM browser login.".

Erweiterungsscreenshots

screenshot

Global Telelinks MS Teams Connector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Global Telelinks MS Teams Connector-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

                        This is a CRM MS Teams call connector which helps you to make phone calls using Microsoft Teams from CRM browser.  This extension converts the phone numbers in a web page and convert to clickable link, once you click on the phone number it starts sending the call to Microsoft Teams Client. Once the user confirm the number to dial then call will be established from Teams Client.                    

Grundlegende Informationen zur Erweiterung

Name Global Telelinks MS Teams Connector Global Telelinks MS Teams Connector
ID ppjapmgbjlellgpeagpbdlkfljkdpkip
Offizielle URL https://chromewebstore.google.com/detail/global-telelinks-ms-teams/ppjapmgbjlellgpeagpbdlkfljkdpkip
Beschreibung This is a CRM MS Teams call connector which helps you to make phone calls using Microsoft Teams from CRM browser login.
Dateigröße 431 KB
Installationsanzahl 23
Aktuelle Version 1.0.3
Letztes Update 2024-02-20
Veröffentlichungsdatum 2020-12-10
Entwickler https://www.globaltelelinks.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.globaltelelinks.net
Hilfeseite URL https://www.globaltelelinks.net/calling/contact-us.aspx
URL der Datenschutzrichtlinien-Seite https://www.globaltelelinks.net/Privacy.aspx
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Global Telelinks MS Teams Connector",
    "version": "1.0.3",
    "description": "This is a CRM MS Teams call connector which helps you to make phone calls using Microsoft Teams from CRM browser login.",
    "icons": {
        "16": "resources\/Uc_globe_16.png",
        "48": "resources\/Uc_globe_48.png",
        "128": "resources\/Uc_globe_128.png"
    },
    "minimum_chrome_version": "10",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*force*",
                "*globaltelelinks*",
                "*salesforce*",
                "*bitrix24*",
                "*connectwise*",
                "*freshdesk*",
                "*freshsales*",
                "*freshworks*",
                "*dynamics*",
                "*hubspot*",
                "*1c*",
                "*amocrm*",
                "*nutshell*",
                "*vtiger*",
                "*zendesk*",
                "*zoho*"
            ],
            "js": [
                "gtl_click2call.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "resources\/call.png",
        "gtl_click2call.js"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}