Elements xAPI Inspector
View xAPI statements sent from your browser to any conformant LRS
Что такое Elements xAPI Inspector?
Elements xAPI Inspector - это расширение Chrome, разработанное riptidechromestore, и его основная функция - "View xAPI statements sent from your browser to any conformant LRS".
Снимки экрана расширения
Скачать файл CRX расширения Elements xAPI Inspector
Скачайте файлы расширений 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*"
]
} | |