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 |
官方網址 | 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:\/\/*\/*" ] } |