Lync
Single system to connect all online services for Lync users
Co to jest Lync?
Lync to rozszerzenie Chrome opracowane przez Haatch Interactive, a jego główną funkcją jest „Single system to connect all online services for Lync users”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lync
Pobierz pliki rozszerzeń Lync w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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] Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ilecenhhieemgphjfbmggnhllgcfipfi |
| Oficjalny URL | https://chromewebstore.google.com/detail/lync/ilecenhhieemgphjfbmggnhllgcfipfi |
| Opis | Single system to connect all online services for Lync users |
| Rozmiar pliku | 1.18 MB |
| Liczba instalacji | 5,329 |
| Aktualna Wersja | 1.0.19 |
| Ostatnia Aktualizacja | 2022-07-03 |
| Data Publikacji | 2020-06-16 |
| Ocena | 2.33/5 Łącznie 6 Oceny |
| Deweloper | Haatch Interactive |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://letslync.com/ |
| Adres URL Strony Pomocy | https://letslync.com/ |
| Obsługiwane Języki | 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\/*"
]
}
} | |