Lync

Single system to connect all online services for Lync users

Lyncคืออะไร?

Lync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Haatch Interactive และคุณลักษณะหลักของมันคือ "Single system to connect all online services for Lync users"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lync

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
        ]
    }
}