SumTotal Intelligent Assistant

SumTotal Intelligent Assistant (SIA): Search for SumTotal Learn training right from your browser.

SumTotal Intelligent Assistant란 무엇입니까?

SumTotal Intelligent Assistant은(는) SumTotal Systems LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SumTotal Intelligent Assistant (SIA): Search for SumTotal Learn training right from your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SumTotal Intelligent Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Connect to your training with ease using the SumTotal Intelligent Assistant (SIA) browser extension! Backed by the powerful SumTotal Learning Management, SIA helps users search for learning activities without interrupting the flow of work.

This experience is available for all users right at their point of need. 

Using SumTotal Intelligent Assistant (SIA), you can search for training from anywhere on the web (such as a search engine, news article, or social media site). If you come across a topic that interests you, simply highlight the text and search in SumTotal Intelligent Assistant. You can then browse the videos, books, and other activities in SumTotal LMS that match the highlighted text, all without leaving your current window.

Play the content directly from the SIA extension. This option is only available for training that uses a supported audio or video file (mp4, mp3, mov, and webm).

Add SumTotal Intelligent Assistant to your Google Chrome browser and start learning today!                    

확장 프로그램 기본 정보

이름 SumTotal Intelligent Assistant SumTotal Intelligent Assistant
ID ccnmpmhfdnoeaaffhkcoggalkipghgjn
공식 URL https://chromewebstore.google.com/detail/sumtotal-intelligent-assi/ccnmpmhfdnoeaaffhkcoggalkipghgjn
설명 SumTotal Intelligent Assistant (SIA): Search for SumTotal Learn training right from your browser.
파일 크기 946 KB
설치 횟수 7,006
현재 버전 1.9
최근 업데이트 2022-08-17
출시 날짜 2020-03-04
평점 5.00/5 총 3 개의 평점
개발자 SumTotal Systems LLC
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.sumtotalsystems.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SumTotal Intelligent Assistant",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApUZKGBN3RVxBcHe41HRXRTyhDhYn3K9HgidAJygdy7V1NyEItrijI54n8\/2rJxjkp2BOXDtFHsxYnPVs+M7S+Ruc0AcTGcJoc+3dJrJoZt+w4QFTk7QFPUiXD8pyhHyDECuGabmp6tv7wd4TJUlB7fB4n07oKA2cUZH9pF4K3eYC6kywp+6P5nJrZDz4ZUOX9zKymSJYtvugQWeAn34KXKW5UQmewxO2W33enz+FwTDEtXBXPTmBkYiDSUdn8diH7+XZ7ceaHDy4RQQ4h+DTHW\/lRESjgcEVo3nn7eaIh\/SSEcC26xfqOWg1s3BR7DtuknPFIsNWGKPToBuY3xNqewIDAQAB",
    "description": "SumTotal Intelligent Assistant (SIA): Search for SumTotal Learn training right from your browser.",
    "version": "1.9",
    "icons": {
        "48": "assets\/images\/defaultPlugin-icon.png"
    },
    "permissions": [
        "identity",
        "storage",
        "contextMenus",
        "cookies"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/jquery-3.4.0.min.js",
                "app\/highlight\/highlight-inject.js"
            ],
            "css": [
                "app\/highlight\/highlight-inject.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "assets\/images\/defaultPlugin-icon.png",
        "default_popup": "index.html#\/popup"
    },
    "host_permissions": [
        "*:\/\/*.sumtotaldevelopment.net\/",
        "*:\/\/*\/*"
    ]
}