Elements xAPI Inspector
View xAPI statements sent from your browser to any conformant LRS
Elements xAPI Inspector là gì?
Elements xAPI Inspector là một tiện ích mở rộng Chrome được phát triển bởi riptidechromestore, và tính năng chính của nó là "View xAPI statements sent from your browser to any conformant LRS".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Elements xAPI Inspector
Tải xuống các tệp mở rộng Elements xAPI Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Elements xAPI Inspector |
ID | lclhmnjiinafkahiaamfdkbaoelmoggg |
URL Chính Thức | https://chromewebstore.google.com/detail/elements-xapi-inspector/lclhmnjiinafkahiaamfdkbaoelmoggg |
Mô tả | View xAPI statements sent from your browser to any conformant LRS |
Kích Thước Tệp | 648 KB |
Số Lần Cài Đặt | 301 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-06-23 |
Ngày Phát Hành | 2017-06-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | riptidechromestore |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://learning.riptidesoftware.com |
URL Trang Trợ Giúp | https://github.com/TryxAPI/elements-xapi-inspector |
Ngôn Ngữ Được Hỗ Trợ | 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*" ] } |