Lync
Single system to connect all online services for Lync users
什么是Lync?
Lync是由Haatch Interactive开发的Chrome扩展程序,该扩展的主要功能是“Single system to connect all online services for Lync users”。
扩展截图
下载Lync扩展crx文件
下载Lync扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Lync is a central system that integrates with multiple applications, websites to enable single sign on access as its core module. Please note: Your school or Institution must have a lync integrations to use this plugin. Contact your school administration for details or write to [email protected]
扩展基本信息
名称 | |
ID | ilecenhhieemgphjfbmggnhllgcfipfi |
官方URL | https://chromewebstore.google.com/detail/lync/ilecenhhieemgphjfbmggnhllgcfipfi |
简介 | Single system to connect all online services for Lync users |
文件大小 | 1.18 MB |
安装次数 | 5,329 |
当前版本 | 1.0.19 |
更新时间 | 2022-07-03 |
上架时间 | 2020-06-16 |
评分 | 2.33/5 共6次评分 |
开发者 | Haatch Interactive |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://letslync.com/ |
帮助页面URL | https://letslync.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Lync", "description": "Single system to connect all online services for Lync users", "version": "1.0.19", "icons": { "128": "icon_128.png" }, "action": { "default_icon": "icon_128.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "cookies", "contextMenus", "clipboardWrite" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_end", "js": [ "js\/content_scripts.js" ] } ], "externally_connectable": { "matches": [ "http:\/\/localhost:*\/*", "https:\/\/launcher.letslync.com\/*", "https:\/\/demolauncher.letslync.com\/*", "https:\/\/app.letslync.com\/*", "https:\/\/demoapp.letslync.com\/*", "https:\/\/sso.haatch.in\/*" ] } } |