SnappetReader
Reads snappet student information and generates a report from that
What is SnappetReader?
SnappetReader is a Chrome extension developed by Swen Nijboer, and its main feature is "Reads snappet student information and generates a report from that".
Extension Screenshots
Download SnappetReader Extension CRX File
Download SnappetReader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Plugin speciaal voor gebruikers van het leerkrachtenplatform Snappet. Bij het lesoverzicht kan een snel overzicht van de leerlingen met hun bijbehorende score gegeneerd worden. Hiervoor moet je op de pagina van een les zitten en dan vervolgens op het Snappet icoon klikken.
Extension Basic Information
Name | |
ID | eomnkpppioelnmflmihlaenajdmifppj |
Official URL | https://chromewebstore.google.com/detail/snappetreader/eomnkpppioelnmflmihlaenajdmifppj |
Description | Reads snappet student information and generates a report from that |
File Size | 231 KB |
Installation Count | 39 |
Current Version | 1.5 |
Last Updated | 2023-01-10 |
Publish Date | 2018-11-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Swen Nijboer |
[email protected] | |
Payment Type | free |
Supported Languages | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SnappetReader", "description": "Reads snappet student information and generates a report from that", "version": "1.5", "action": { "default_popup": "hello.html", "default_icon": "hello_extensions.png" }, "manifest_version": 3, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens hello.html" } }, "permissions": [ "tabs", "scripting", "activeTab" ], "host_permissions": [ "http:\/\/*.snappet.org\/", "https:\/\/*.snappet.org\/" ] } |