SumTotal xAPI Tracker

This extension is used to record your progress on any YouTube Video that is added as an Activity in your Learn application.

SumTotal xAPI Tracker क्या है?

SumTotal xAPI Tracker SumTotal Systems LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is used to record your progress on any YouTube Video that is added as an Activity in your Learn application."।

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

screenshot

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

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

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

                        With Organizations choosing to use freely available YouTube content for training purposes we make it easier to record your interactions with the videos chosen by your organization. 
The SumTotal xAPI Tracker allows you to record your interactions with YouTube videos that are available in the Learn application. All this while you are browsing YoutTube and come across these videos. 

Once you have added the extension, you can login using your account details available in the SumTotal xAPI Tracker tab of the Profile Details page on the Learn application.                    

एक्सटेंशन की मूल जानकारी

नाम SumTotal xAPI Tracker SumTotal xAPI Tracker
ID cplhlgajcmhjgbijgodlofokcmbjepif
आधिकारिक URL https://chromewebstore.google.com/detail/sumtotal-xapi-tracker/cplhlgajcmhjgbijgodlofokcmbjepif
विवरण This extension is used to record your progress on any YouTube Video that is added as an Activity in your Learn application.
फ़ाइल का आकार 30.01 KB
स्थापना संख्या 124
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-08-23
प्रकाशन तिथि 2017-11-01
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर SumTotal Systems LLC
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.sumtotalsystems.com
गोपनीयता नीति पृष्ठ URL http://www.sumtotalsystems.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2",
    "name": "SumTotal xAPI Tracker",
    "description": "This extension is used to record your progress on any YouTube Video that is added as an Activity in your Learn application.",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "declarativeContent"
    ],
    "host_permissions": [
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/watch*",
        ""
    ],
    "content_security_policy": {
        "script-src": "'unsafe-eval' 'self' https:\/\/www.youtube.com https:\/\/s.ytimg.com",
        "object-src": "'self'"
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/sumtservice.js"
            ],
            "css": [
                "assets\/css\/sumtotal.css"
            ]
        }
    ],
    "icons": {
        "16": "assets\/images\/xAPITracker_16x16_Enabled.png",
        "48": "assets\/images\/xAPITracker_48x48_Enabled.png",
        "128": "assets\/images\/xAPITracker_128x128_Enabled.png"
    },
    "action": {
        "default_icon": "assets\/images\/xAPITracker_48x48_Disabled.png",
        "default_popup": "sumtoptions.html"
    },
    "options_ui": {
        "page": "sumtoptions.html"
    }
}