Lync

Single system to connect all online services for Lync users

O que é Lync?

Lync é uma extensão do Chrome desenvolvida por Haatch Interactive, e sua principal característica é "Single system to connect all online services for Lync users".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lync

Baixe arquivos de extensão Lync no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Lync Lync
ID ilecenhhieemgphjfbmggnhllgcfipfi
URL Oficial https://chromewebstore.google.com/detail/lync/ilecenhhieemgphjfbmggnhllgcfipfi
Descrição Single system to connect all online services for Lync users
Tamanho do Arquivo 1.18 MB
Contagem de Instalações 5,329
Versão Atual 1.0.19
Última Atualização 2022-07-03
Data de Publicação 2020-06-16
Classificação 2.33/5 Total de 6 Avaliações
Desenvolvedor Haatch Interactive
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://letslync.com/
URL da Página de Ajuda https://letslync.com/
Idiomas Suportados 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\/*"
        ]
    }
}