Lync
Single system to connect all online services for Lync users
Hvad er Lync?
Lync er en Chrome-udvidelse udviklet af Haatch Interactive, og dens hovedfunktion er "Single system to connect all online services for Lync users".
Udvidelsesskærmbilleder
Download Lync-udvidelses-CRX-fil
Download Lync-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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] Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ilecenhhieemgphjfbmggnhllgcfipfi |
| Officiel URL | https://chromewebstore.google.com/detail/lync/ilecenhhieemgphjfbmggnhllgcfipfi |
| Beskrivelse | Single system to connect all online services for Lync users |
| Filstørrelse | 1.18 MB |
| Antal Installationer | 5,329 |
| Nuværende Version | 1.0.19 |
| Senest Opdateret | 2022-07-03 |
| Udgivelsesdato | 2020-06-16 |
| Bedømmelse | 2.33/5 Samlet 6 Bedømmelser |
| Udvikler | Haatch Interactive |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://letslync.com/ |
| Hjælpeside-URL | https://letslync.com/ |
| Understøttede Sprog | 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\/*"
]
}
} | |