Elements xAPI Inspector
View xAPI statements sent from your browser to any conformant LRS
Was ist Elements xAPI Inspector?
Elements xAPI Inspector ist eine Chrome-Erweiterung, die von riptidechromestore entwickelt wurde, und ihr Hauptmerkmal ist "View xAPI statements sent from your browser to any conformant LRS".
Erweiterungsscreenshots
Elements xAPI Inspector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Elements xAPI Inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The xAPI Inspector allows developers and xAPI practitioners to view, validate, and copy xAPI statements (Experience API/Tin Can API) as they are sent to a Learning Record Store (LRS). This extension displays both the full statement and a simplified header highlighting the actor, verb, and object for an easy-to-read version of the statement. For data visualizations and easy distribution of actual data views throughout your enterprise, check out Riptide Element's Storepoints LRS. http://learning.riptidesoftware.com/products/storepoints/
Grundlegende Informationen zur Erweiterung
Name | Elements xAPI Inspector |
ID | lclhmnjiinafkahiaamfdkbaoelmoggg |
Offizielle URL | https://chromewebstore.google.com/detail/elements-xapi-inspector/lclhmnjiinafkahiaamfdkbaoelmoggg |
Beschreibung | View xAPI statements sent from your browser to any conformant LRS |
Dateigröße | 648 KB |
Installationsanzahl | 301 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-06-23 |
Veröffentlichungsdatum | 2017-06-23 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | riptidechromestore |
Zahlungsart | free |
Erweiterungswebsite | http://learning.riptidesoftware.com |
Hilfeseite URL | https://github.com/TryxAPI/elements-xapi-inspector |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Elements xAPI Inspector", "version": "1.0", "description": "View xAPI statements sent from your browser to any conformant LRS", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "Show Elements xAPI Inspector" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "webRequest", "*:\/\/*\/lrs*" ] } |