Lync
Single system to connect all online services for Lync users
Was ist Lync?
Lync ist eine Chrome-Erweiterung, die von Haatch Interactive entwickelt wurde, und ihr Hauptmerkmal ist "Single system to connect all online services for Lync users".
Erweiterungsscreenshots
Lync-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lync-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | |
ID | ilecenhhieemgphjfbmggnhllgcfipfi |
Offizielle URL | https://chromewebstore.google.com/detail/lync/ilecenhhieemgphjfbmggnhllgcfipfi |
Beschreibung | Single system to connect all online services for Lync users |
Dateigröße | 1.18 MB |
Installationsanzahl | 5,329 |
Aktuelle Version | 1.0.19 |
Letztes Update | 2022-07-03 |
Veröffentlichungsdatum | 2020-06-16 |
Bewertung | 2.33/5 Insgesamt 6 Bewertungen |
Entwickler | Haatch Interactive |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://letslync.com/ |
Hilfeseite URL | https://letslync.com/ |
Unterstützte Sprachen | 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\/*" ] } } |