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
官方網址 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"
    ]
}