Elements xAPI Inspector
View xAPI statements sent from your browser to any conformant LRS
O que é Elements xAPI Inspector?
Elements xAPI Inspector é uma extensão do Chrome desenvolvida por riptidechromestore, e sua principal característica é "View xAPI statements sent from your browser to any conformant LRS".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Elements xAPI Inspector
Baixe arquivos de extensão Elements xAPI Inspector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | Elements xAPI Inspector |
ID | lclhmnjiinafkahiaamfdkbaoelmoggg |
URL Oficial | https://chromewebstore.google.com/detail/elements-xapi-inspector/lclhmnjiinafkahiaamfdkbaoelmoggg |
Descrição | View xAPI statements sent from your browser to any conformant LRS |
Tamanho do Arquivo | 648 KB |
Contagem de Instalações | 301 |
Versão Atual | 1.0 |
Última Atualização | 2017-06-23 |
Data de Publicação | 2017-06-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | riptidechromestore |
Tipo de Pagamento | free |
Site da Extensão | http://learning.riptidesoftware.com |
URL da Página de Ajuda | https://github.com/TryxAPI/elements-xapi-inspector |
Idiomas Suportados | 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*" ] } |