Lync

Single system to connect all online services for Lync users

Lyncとは何ですか?

LyncはHaatch Interactiveによって開発されたChromeの拡張機能で、その主な機能は「Single system to connect all online services for Lync users」です。

拡張機能のスクリーンショット

screenshot

Lync拡張機能のCRXファイルをダウンロード

Lync拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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]                    

拡張機能の基本情報

名前 Lync Lync
ID ilecenhhieemgphjfbmggnhllgcfipfi
公式URL https://chromewebstore.google.com/detail/lync/ilecenhhieemgphjfbmggnhllgcfipfi
説明 Single system to connect all online services for Lync users
ファイルサイズ 1.18 MB
インストール数 5,329
現在のバージョン 1.0.19
最終更新日 2022-07-03
公開日 2020-06-16
評価 2.33/5 合計 6 レビュー
開発者 Haatch Interactive
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://letslync.com/
ヘルプページのURL https://letslync.com/
対応言語 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\/*"
        ]
    }
}