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"입니다.
확장 프로그램 스크린샷
Lync 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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]
확장 프로그램 기본 정보
이름 | |
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\/*" ] } } |