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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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:\/\/*\/*" ] } |