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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}