Elements xAPI Inspector

View xAPI statements sent from your browser to any conformant LRS

What is Elements xAPI Inspector?

Elements xAPI Inspector is a Chrome extension developed by riptidechromestore, and its main feature is "View xAPI statements sent from your browser to any conformant LRS".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Elements xAPI Inspector Extension CRX File

Download Elements xAPI Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Elements xAPI Inspector Elements xAPI Inspector
ID lclhmnjiinafkahiaamfdkbaoelmoggg
Official URL https://chromewebstore.google.com/detail/elements-xapi-inspector/lclhmnjiinafkahiaamfdkbaoelmoggg
Description View xAPI statements sent from your browser to any conformant LRS
File Size 648 KB
Installation Count 301
Current Version 1.0
Last Updated 2017-06-23
Publish Date 2017-06-23
Rating 5.00/5 Total 1 Ratings
Developer riptidechromestore
Payment Type free
Extension Website http://learning.riptidesoftware.com
Help Page URL https://github.com/TryxAPI/elements-xapi-inspector
Supported Languages 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*"
    ]
}