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!!”。

扩展截图

screenshot
screenshot
screenshot

下载Impartus Chrome Extension扩展crx文件

下载Impartus Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Impartus Chrome Extension Impartus Chrome Extension
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"
    ]
}