Elements xAPI Inspector

View xAPI statements sent from your browser to any conformant LRS

Cos'è Elements xAPI Inspector?

Elements xAPI Inspector è un'estensione di Chrome sviluppata da riptidechromestore, e la sua funzione principale è "View xAPI statements sent from your browser to any conformant LRS".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Elements xAPI Inspector

Scarica i file di estensione Elements xAPI Inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Elements xAPI Inspector Elements xAPI Inspector
ID lclhmnjiinafkahiaamfdkbaoelmoggg
URL Ufficiale https://chromewebstore.google.com/detail/elements-xapi-inspector/lclhmnjiinafkahiaamfdkbaoelmoggg
Descrizione View xAPI statements sent from your browser to any conformant LRS
Dimensione del File 648 KB
Conteggio Installazioni 301
Versione Corrente 1.0
Ultimo Aggiornamento 2017-06-23
Data di Pubblicazione 2017-06-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore riptidechromestore
Tipo di Pagamento free
Sito Web dell'Estensione http://learning.riptidesoftware.com
URL della Pagina di Aiuto https://github.com/TryxAPI/elements-xapi-inspector
Lingue Supportate 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*"
    ]
}