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