Impartus Chrome Extension
Impartus chrome extension for backpack, notifications, screen capture and more!!
Impartus Chrome Extension là gì?
Impartus Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://impartus.com, và tính năng chính của nó là "Impartus chrome extension for backpack, notifications, screen capture and more!!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Impartus Chrome Extension
Tải xuống các tệp mở rộng Impartus Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | clcbfjpbnfmaaaabpoidaoenhfplkbgc |
URL Chính Thức | https://chromewebstore.google.com/detail/impartus-chrome-extension/clcbfjpbnfmaaaabpoidaoenhfplkbgc |
Mô tả | Impartus chrome extension for backpack, notifications, screen capture and more!! |
Kích Thước Tệp | 3.96 MB |
Số Lần Cài Đặt | 606 |
Phiên Bản Hiện Tại | 1.2.5 |
Cập Nhật Lần Cuối | 2022-01-05 |
Ngày Phát Hành | 2019-10-21 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://impartus.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://impartus.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |