Impartus Chrome Extension
Impartus chrome extension for backpack, notifications, screen capture and more!!
Impartus Chrome Extension란 무엇입니까?
Impartus Chrome Extension은(는) https://impartus.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Impartus chrome extension for backpack, notifications, screen capture and more!!"입니다.
확장 프로그램 스크린샷
Impartus Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Impartus provides a video conferencing system and is typically used in distance/blended learning or corporate training. The teachers, as publishers, can share their camera and optionally their desktop to all the students. This extension enables professors to share their desktop screens during Impartus video conferencing sessions. This extension is not mandatory for students. However they can install and use it to upload URLs into their backpacks.
확장 프로그램 기본 정보
이름 | |
ID | clcbfjpbnfmaaaabpoidaoenhfplkbgc |
공식 URL | https://chromewebstore.google.com/detail/impartus-chrome-extension/clcbfjpbnfmaaaabpoidaoenhfplkbgc |
설명 | Impartus chrome extension for backpack, notifications, screen capture and more!! |
파일 크기 | 3.96 MB |
설치 횟수 | 606 |
현재 버전 | 1.2.5 |
최근 업데이트 | 2022-01-05 |
출시 날짜 | 2019-10-21 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | https://impartus.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://impartus.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.2.5", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "16": "images\/logo_16x16.png", "128": "images\/logo_128x128.png" }, "default_locale": "en", "background": { "scripts": [ "libs\/async\/dist\/async.js", "libs\/jquery\/dist\/jquery.js", "libs\/lodash\/dist\/lodash.js", "misc\/immutable.js", "misc\/common.js", "background.js" ] }, "permissions": [ "storage", "tabs", "unlimitedStorage", "desktopCapture", "background", "alarms", "notifications" ], "browser_action": { "default_icon": { "19": "images\/logo_19x19.png", "38": "images\/logo_38x38.png" }, "default_title": "__MSG_defaultTooltip__", "default_popup": "ui\/signin\/index.html", "default_badge": "!" }, "web_accessible_resources": [ "images\/logo_48x48.png" ] } |