Lync

Single system to connect all online services for Lync users

Wat is Lync?

Lync is een Chrome-extensie ontwikkeld door Haatch Interactive, en de belangrijkste functie is "Single system to connect all online services for Lync users".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lync

Download Lync-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Lync Lync
ID ilecenhhieemgphjfbmggnhllgcfipfi
Officiële URL https://chromewebstore.google.com/detail/lync/ilecenhhieemgphjfbmggnhllgcfipfi
Beschrijving Single system to connect all online services for Lync users
Bestandsgrootte 1.18 MB
Aantal Installaties 5,329
Huidige Versie 1.0.19
Laatst Bijgewerkt 2022-07-03
Publicatiedatum 2020-06-16
Beoordeling 2.33/5 Totaal 6 Beoordelingen
Ontwikkelaar Haatch Interactive
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://letslync.com/
Help Pagina-URL https://letslync.com/
Ondersteunde Talen 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\/*"
        ]
    }
}