Lync
Single system to connect all online services for Lync users
Qu'est-ce que Lync ?
Lync est une extension Chrome développée par Haatch Interactive, et sa fonction principale est "Single system to connect all online services for Lync users".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lync
Téléchargez les fichiers d'extension Lync au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | |
ID | ilecenhhieemgphjfbmggnhllgcfipfi |
URL Officiel | https://chromewebstore.google.com/detail/lync/ilecenhhieemgphjfbmggnhllgcfipfi |
Description | Single system to connect all online services for Lync users |
Taille du Fichier | 1.18 MB |
Nombre d'Installations | 5,329 |
Version Actuelle | 1.0.19 |
Dernière Mise à Jour | 2022-07-03 |
Date de Publication | 2020-06-16 |
Évaluation | 2.33/5 Total 6 Évaluations |
Développeur | Haatch Interactive |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://letslync.com/ |
URL de la Page d'Aide | https://letslync.com/ |
Langues Prises en Charge | 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\/*" ] } } |