Lync

Single system to connect all online services for Lync users

Cos'è Lync?

Lync è un'estensione di Chrome sviluppata da Haatch Interactive, e la sua funzione principale è "Single system to connect all online services for Lync users".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lync

Scarica i file di estensione Lync in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Lync Lync
ID ilecenhhieemgphjfbmggnhllgcfipfi
URL Ufficiale https://chromewebstore.google.com/detail/lync/ilecenhhieemgphjfbmggnhllgcfipfi
Descrizione Single system to connect all online services for Lync users
Dimensione del File 1.18 MB
Conteggio Installazioni 5,329
Versione Corrente 1.0.19
Ultimo Aggiornamento 2022-07-03
Data di Pubblicazione 2020-06-16
Valutazione 2.33/5 Totale 6 Valutazioni
Sviluppatore Haatch Interactive
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://letslync.com/
URL della Pagina di Aiuto https://letslync.com/
Lingue Supportate 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\/*"
        ]
    }
}