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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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:\/\/*\/*"
    ]
}