Lync
Single system to connect all online services for Lync users
What is Lync?
Lync is a Chrome extension developed by Haatch Interactive, and its main feature is "Single system to connect all online services for Lync users".
Extension Screenshots
Download Lync Extension CRX File
Download Lync 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
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]
Extension Basic Information
Name | |
ID | ilecenhhieemgphjfbmggnhllgcfipfi |
Official URL | https://chromewebstore.google.com/detail/lync/ilecenhhieemgphjfbmggnhllgcfipfi |
Description | Single system to connect all online services for Lync users |
File Size | 1.18 MB |
Installation Count | 5,329 |
Current Version | 1.0.19 |
Last Updated | 2022-07-03 |
Publish Date | 2020-06-16 |
Rating | 2.33/5 Total 6 Ratings |
Developer | Haatch Interactive |
[email protected] | |
Payment Type | free |
Extension Website | https://letslync.com/ |
Help Page URL | https://letslync.com/ |
Supported Languages | 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\/*" ] } } |