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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.globaltelelinks.net และคุณลักษณะหลักของมันคือ "This is a CRM MS Teams call connector which helps you to make phone calls using Microsoft Teams from CRM browser login."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Global Telelinks MS Teams Connector
ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*" ] } |