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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
        }
    ]
}