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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης SumTotal xAPI Tracker

Λήψη αρχείων επέκτασης SumTotal xAPI Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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