Elements xAPI Inspector

View xAPI statements sent from your browser to any conformant LRS

Τι είναι το Elements xAPI Inspector;

Το Elements xAPI Inspector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον riptidechromestore, και η κύρια λειτουργία του είναι "View xAPI statements sent from your browser to any conformant LRS".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Elements xAPI Inspector

Λήψη αρχείων επέκτασης 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 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*"
    ]
}