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".
Снимки экрана расширения
Скачать файл 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]
Основная информация о расширении
Название | |
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\/*" ] } } |