Elements xAPI Inspector
View xAPI statements sent from your browser to any conformant LRS
什么是Elements xAPI Inspector?
Elements xAPI Inspector是由riptidechromestore开发的Chrome扩展程序,该扩展的主要功能是“View xAPI statements sent from your browser to any conformant LRS”。
扩展截图
下载Elements xAPI Inspector扩展crx文件
下载Elements xAPI Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/ 扩展基本信息
| 名称 | |
| ID | lclhmnjiinafkahiaamfdkbaoelmoggg |
| 官方URL | https://chromewebstore.google.com/detail/elements-xapi-inspector/lclhmnjiinafkahiaamfdkbaoelmoggg |
| 简介 | View xAPI statements sent from your browser to any conformant LRS |
| 文件大小 | 648 KB |
| 安装次数 | 301 |
| 当前版本 | 1.0 |
| 更新时间 | 2017-06-23 |
| 上架时间 | 2017-06-23 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | riptidechromestore |
| 付费类型 | free |
| 扩展官网 | http://learning.riptidesoftware.com |
| 帮助页面URL | https://github.com/TryxAPI/elements-xapi-inspector |
| 支持的语言 | 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*"
]
} | |