Lync
Single system to connect all online services for Lync users
¿Qué es Lync?
Lync es una extensión de Chrome desarrollada por Haatch Interactive, y su función principal es "Single system to connect all online services for Lync users".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Lync
Descarga archivos de extensión Lync en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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]
Información Básica de la Extensión
Nombre | |
ID | ilecenhhieemgphjfbmggnhllgcfipfi |
URL Oficial | https://chromewebstore.google.com/detail/lync/ilecenhhieemgphjfbmggnhllgcfipfi |
Descripción | Single system to connect all online services for Lync users |
Tamaño del Archivo | 1.18 MB |
Cantidad de Instalaciones | 5,329 |
Versión Actual | 1.0.19 |
Última Actualización | 2022-07-03 |
Fecha de Publicación | 2020-06-16 |
Calificación | 2.33/5 Total de 6 Calificaciones |
Desarrollador | Haatch Interactive |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://letslync.com/ |
URL de la Página de Ayuda | https://letslync.com/ |
Idiomas Soportados | 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\/*" ] } } |