3CX Teams Presence
Sets Presence State in MS Teams
什么是3CX Teams Presence?
3CX Teams Presence是由https://www.t38printer.de开发的Chrome扩展程序,该扩展的主要功能是“Sets Presence State in MS Teams”。
扩展截图
下载3CX Teams Presence扩展crx文件
下载3CX Teams Presence扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Exteneds 3CX Pbx to synchronize presence state with MS Teams
扩展基本信息
名称 | 3CX Teams Presence |
ID | mdbamfolhkbhebabgfbcnphffgfkpmjn |
官方URL | https://chromewebstore.google.com/detail/3cx-teams-presence/mdbamfolhkbhebabgfbcnphffgfkpmjn |
简介 | Sets Presence State in MS Teams |
文件大小 | 16.07 KB |
安装次数 | 58 |
当前版本 | 0.0.1.0 |
更新时间 | 2022-05-31 |
上架时间 | 2022-04-20 |
开发者 | https://www.t38printer.de |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.t38printer.de |
帮助页面URL | https://www.t38printer.de |
隐私政策页面URL | https://mail2fax.t38printer.de/security.html |
支持的语言 | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "3CX Teams Presence", "description": "Sets Presence State in MS Teams", "version": "0.0.1.0", "options_ui": { "page": "options.html" }, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/teams.microsoft.com\/*", "https:\/\/teams.live.com\/*" ], "js": [ "content_script.js" ], "run_at": "document_start" } ], "icons": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "38": "images\/icons\/38.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" } } |