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
官方網址 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
電子郵箱 [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\/*"
        ]
    }
}