Elements xAPI Inspector

View xAPI statements sent from your browser to any conformant LRS

Wat is Elements xAPI Inspector?

Elements xAPI Inspector is een Chrome-extensie ontwikkeld door riptidechromestore, en de belangrijkste functie is "View xAPI statements sent from your browser to any conformant LRS".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Elements xAPI Inspector

Download Elements xAPI Inspector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Elements xAPI Inspector Elements xAPI Inspector
ID lclhmnjiinafkahiaamfdkbaoelmoggg
Officiële URL https://chromewebstore.google.com/detail/elements-xapi-inspector/lclhmnjiinafkahiaamfdkbaoelmoggg
Beschrijving View xAPI statements sent from your browser to any conformant LRS
Bestandsgrootte 648 KB
Aantal Installaties 301
Huidige Versie 1.0
Laatst Bijgewerkt 2017-06-23
Publicatiedatum 2017-06-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar riptidechromestore
Betalingswijze free
Extensiewebsite http://learning.riptidesoftware.com
Help Pagina-URL https://github.com/TryxAPI/elements-xapi-inspector
Ondersteunde Talen 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*"
    ]
}