SMART Document Camera 650 Software Lite

SMART Document Camera 650 Software Lite

Τι είναι το SMART Document Camera 650 Software Lite;

Το SMART Document Camera 650 Software Lite είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SMART Technologies ULC, και η κύρια λειτουργία του είναι "SMART Document Camera 650 Software Lite".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SMART Document Camera 650 Software Lite

Λήψη αρχείων επέκτασης 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": []
        }
    ]
}