Elements xAPI Inspector
View xAPI statements sent from your browser to any conformant LRS
Hvad er Elements xAPI Inspector?
Elements xAPI Inspector er en Chrome-udvidelse udviklet af riptidechromestore, og dens hovedfunktion er "View xAPI statements sent from your browser to any conformant LRS".
Udvidelsesskærmbilleder
Download Elements xAPI Inspector-udvidelses-CRX-fil
Download Elements xAPI Inspector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/ Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lclhmnjiinafkahiaamfdkbaoelmoggg |
| Officiel URL | https://chromewebstore.google.com/detail/elements-xapi-inspector/lclhmnjiinafkahiaamfdkbaoelmoggg |
| Beskrivelse | View xAPI statements sent from your browser to any conformant LRS |
| Filstørrelse | 648 KB |
| Antal Installationer | 301 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2017-06-23 |
| Udgivelsesdato | 2017-06-23 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | riptidechromestore |
| Betalingsmetode | free |
| Udvidelseswebsted | http://learning.riptidesoftware.com |
| Hjælpeside-URL | https://github.com/TryxAPI/elements-xapi-inspector |
| Understøttede Sprog | 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*"
]
} | |