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.

Global Telelinks MS Teams Connectorとは何ですか?

Global Telelinks MS Teams Connectorはhttps://www.globaltelelinks.netによって開発されたChromeの拡張機能で、その主な機能は「This is a CRM MS Teams call connector which helps you to make phone calls using Microsoft Teams from CRM browser login.」です。

拡張機能のスクリーンショット

screenshot

Global Telelinks MS Teams Connector拡張機能のCRXファイルをダウンロード

Global Telelinks MS Teams Connector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Global Telelinks MS Teams Connector Global Telelinks MS Teams Connector
ID ppjapmgbjlellgpeagpbdlkfljkdpkip
公式URL https://chromewebstore.google.com/detail/global-telelinks-ms-teams/ppjapmgbjlellgpeagpbdlkfljkdpkip
説明 This is a CRM MS Teams call connector which helps you to make phone calls using Microsoft Teams from CRM browser login.
ファイルサイズ 431 KB
インストール数 23
現在のバージョン 1.0.3
最終更新日 2024-02-20
公開日 2020-12-10
開発者 https://www.globaltelelinks.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.globaltelelinks.net
ヘルプページのURL https://www.globaltelelinks.net/calling/contact-us.aspx
プライバシーポリシーページのURL https://www.globaltelelinks.net/Privacy.aspx
対応言語 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:\/\/*\/*"
    ]
}