Elements xAPI Inspector

View xAPI statements sent from your browser to any conformant LRS

Qu'est-ce que Elements xAPI Inspector ?

Elements xAPI Inspector est une extension Chrome développée par riptidechromestore, et sa fonction principale est "View xAPI statements sent from your browser to any conformant LRS".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Elements xAPI Inspector

Téléchargez les fichiers d'extension Elements xAPI Inspector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Elements xAPI Inspector Elements xAPI Inspector
ID lclhmnjiinafkahiaamfdkbaoelmoggg
URL Officiel https://chromewebstore.google.com/detail/elements-xapi-inspector/lclhmnjiinafkahiaamfdkbaoelmoggg
Description View xAPI statements sent from your browser to any conformant LRS
Taille du Fichier 648 KB
Nombre d'Installations 301
Version Actuelle 1.0
Dernière Mise à Jour 2017-06-23
Date de Publication 2017-06-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur riptidechromestore
Type de Paiement free
Site Web de l'Extension http://learning.riptidesoftware.com
URL de la Page d'Aide https://github.com/TryxAPI/elements-xapi-inspector
Langues Prises en Charge 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*"
    ]
}