Elements xAPI Inspector
View xAPI statements sent from your browser to any conformant LRS
Co je Elements xAPI Inspector?
Elements xAPI Inspector je rozšíření Chrome vyvinuté riptidechromestore, a jeho hlavní funkcí je „View xAPI statements sent from your browser to any conformant LRS“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Elements xAPI Inspector
Stáhněte si soubory rozšíření Elements xAPI Inspector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/
Základní Informace o Rozšíření
Název | Elements xAPI Inspector |
ID | lclhmnjiinafkahiaamfdkbaoelmoggg |
Oficiální URL | https://chromewebstore.google.com/detail/elements-xapi-inspector/lclhmnjiinafkahiaamfdkbaoelmoggg |
Popis | View xAPI statements sent from your browser to any conformant LRS |
Velikost souboru | 648 KB |
Počet instalací | 301 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-06-23 |
Datum Vydání | 2017-06-23 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | riptidechromestore |
Typ Platby | free |
Webové stránky Rozšíření | http://learning.riptidesoftware.com |
URL Stránky Nápovědy | https://github.com/TryxAPI/elements-xapi-inspector |
Podporované Jazyky | 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*" ] } |