Lync

Single system to connect all online services for Lync users

Lync क्या है?

Lync Haatch Interactive द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Single system to connect all online services for Lync users"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lync एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
        ]
    }
}