Elements xAPI Inspector
View xAPI statements sent from your browser to any conformant LRS
Co to jest Elements xAPI Inspector?
Elements xAPI Inspector to rozszerzenie Chrome opracowane przez riptidechromestore, a jego główną funkcją jest „View xAPI statements sent from your browser to any conformant LRS”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Elements xAPI Inspector
Pobierz pliki rozszerzeń Elements xAPI Inspector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | Elements xAPI Inspector |
ID | lclhmnjiinafkahiaamfdkbaoelmoggg |
Oficjalny URL | https://chromewebstore.google.com/detail/elements-xapi-inspector/lclhmnjiinafkahiaamfdkbaoelmoggg |
Opis | View xAPI statements sent from your browser to any conformant LRS |
Rozmiar pliku | 648 KB |
Liczba instalacji | 301 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-06-23 |
Data Publikacji | 2017-06-23 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | riptidechromestore |
Typ Płatności | free |
Strona Rozszerzenia | http://learning.riptidesoftware.com |
Adres URL Strony Pomocy | https://github.com/TryxAPI/elements-xapi-inspector |
Obsługiwane Języki | 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*" ] } |