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.
What is Global Telelinks MS Teams Connector?
Global Telelinks MS Teams Connector is a Chrome extension developed by https://www.globaltelelinks.net, and its main feature is "This is a CRM MS Teams call connector which helps you to make phone calls using Microsoft Teams from CRM browser login.".
Extension Screenshots
Download Global Telelinks MS Teams Connector Extension CRX File
Download Global Telelinks MS Teams Connector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ppjapmgbjlellgpeagpbdlkfljkdpkip |
Official URL | https://chromewebstore.google.com/detail/global-telelinks-ms-teams/ppjapmgbjlellgpeagpbdlkfljkdpkip |
Description | This is a CRM MS Teams call connector which helps you to make phone calls using Microsoft Teams from CRM browser login. |
File Size | 431 KB |
Installation Count | 23 |
Current Version | 1.0.3 |
Last Updated | 2024-02-20 |
Publish Date | 2020-12-10 |
Developer | https://www.globaltelelinks.net |
[email protected] | |
Payment Type | free |
Extension Website | https://www.globaltelelinks.net |
Help Page URL | https://www.globaltelelinks.net/calling/contact-us.aspx |
Privacy Policy Page URL | https://www.globaltelelinks.net/Privacy.aspx |
Supported Languages | 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:\/\/*\/*" ] } |