SMART Document Camera 650 Software Lite

SMART Document Camera 650 Software Lite

什么是SMART Document Camera 650 Software Lite?

SMART Document Camera 650 Software Lite是由SMART Technologies ULC开发的Chrome扩展程序,该扩展的主要功能是“SMART Document Camera 650 Software Lite”。

扩展截图

screenshot
screenshot

下载SMART Document Camera 650 Software Lite扩展crx文件

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

扩展使用说明

                        The SMART Document Camera app makes it easy to add hands-on excitement to your lessons. When combined with a compatible SMART Document Camera, teachers transform images and videos of everyday objects, students’ work and all sorts of curiosities into interactive content.                    

扩展基本信息

名称 SMART Document Camera 650 Software Lite SMART Document Camera 650 Software Lite
ID nmechhgmohkhpelmnegmdhckccheioho
官方URL https://chromewebstore.google.com/detail/smart-document-camera-650/nmechhgmohkhpelmnegmdhckccheioho
简介 SMART Document Camera 650 Software Lite
文件大小 1.59 MB
安装次数 1,155
当前版本 2.3.3005.0
更新时间 2022-03-24
上架时间 2022-03-24
开发者 SMART Technologies ULC
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "SMART Document Camera 650 Software Lite",
    "icons": {
        "16": "img\/Sphere-Lite-Icon-16.png",
        "128": "img\/Sphere-Lite-Icon-128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "SMART Document Camera 650 Software Lite",
    "offline_enabled": true,
    "permissions": [
        "unlimitedStorage",
        "power",
        "storage",
        "tabs",
        "activeTab",
        "downloads",
        "contextMenus",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/detect.js"
            ]
        }
    ],
    "version": "2.3.3005.0",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/Sphere-Lite-Icon-128.png",
        "default_title": "SMART Document Camera 650 Software Lite",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/widget\/cameraWidget.html",
                "html\/widget\/preference.html",
                "html\/widget\/widgetFileHandle.html",
                "html\/widget\/recordControl.html",
                "html\/widget\/volumeWave.html",
                "html\/camerapermiss.html",
                "html\/audiopermiss.html",
                "img\/*",
                "js\/MyNoteImpl.js",
                "js\/detect.js",
                "js\/widget\/camerasources.js",
                "js\/widget\/audiosources.js",
                "js\/widget\/content.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}