Lync
Single system to connect all online services for Lync users
Lync là gì?
Lync là một tiện ích mở rộng Chrome được phát triển bởi Haatch Interactive, và tính năng chính của nó là "Single system to connect all online services for Lync users".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Lync
Tải xuống các tệp mở rộng Lync dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ilecenhhieemgphjfbmggnhllgcfipfi |
URL Chính Thức | https://chromewebstore.google.com/detail/lync/ilecenhhieemgphjfbmggnhllgcfipfi |
Mô tả | Single system to connect all online services for Lync users |
Kích Thước Tệp | 1.18 MB |
Số Lần Cài Đặt | 5,329 |
Phiên Bản Hiện Tại | 1.0.19 |
Cập Nhật Lần Cuối | 2022-07-03 |
Ngày Phát Hành | 2020-06-16 |
Đánh Giá | 2.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Haatch Interactive |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://letslync.com/ |
URL Trang Trợ Giúp | https://letslync.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |