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開發的Chrome擴展程式,該擴展的主要功能是“This extension is used to record your progress on any YouTube Video that is added as an Activity in your Learn application.”。

擴展截圖

screenshot

下載SumTotal xAPI Tracker擴展crx文件

下載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
官方網址 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"
    }
}