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/
拡張機能の基本情報
名前 | Elements xAPI Inspector |
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*" ] } |