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 là gì?

Global Telelinks MS Teams Connector là một tiện ích mở rộng Chrome được phát triển bởi https://www.globaltelelinks.net, và tính năng chính của nó là "This is a CRM MS Teams call connector which helps you to make phone calls using Microsoft Teams from CRM browser login.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Global Telelinks MS Teams Connector

Tải xuống các tệp mở rộng Global Telelinks MS Teams Connector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Global Telelinks MS Teams Connector Global Telelinks MS Teams Connector
ID ppjapmgbjlellgpeagpbdlkfljkdpkip
URL Chính Thức https://chromewebstore.google.com/detail/global-telelinks-ms-teams/ppjapmgbjlellgpeagpbdlkfljkdpkip
Mô tả This is a CRM MS Teams call connector which helps you to make phone calls using Microsoft Teams from CRM browser login.
Kích Thước Tệp 431 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2020-12-10
Nhà Phát Triển https://www.globaltelelinks.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.globaltelelinks.net
URL Trang Trợ Giúp https://www.globaltelelinks.net/calling/contact-us.aspx
URL Trang Chính Sách Bảo Mật https://www.globaltelelinks.net/Privacy.aspx
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}