Elements xAPI Inspector

View xAPI statements sent from your browser to any conformant LRS

Elements xAPI Inspector क्या है?

Elements xAPI Inspector riptidechromestore द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View xAPI statements sent from your browser to any conformant LRS"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Elements xAPI Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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*"
    ]
}