SumTotal Intelligent Assistant

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

Qu'est-ce que SumTotal Intelligent Assistant ?

SumTotal Intelligent Assistant est une extension Chrome développée par SumTotal Systems LLC, et sa fonction principale est "SumTotal Intelligent Assistant (SIA): Search for SumTotal Learn training right from your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SumTotal Intelligent Assistant

Téléchargez les fichiers d'extension SumTotal Intelligent Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom SumTotal Intelligent Assistant SumTotal Intelligent Assistant
ID ccnmpmhfdnoeaaffhkcoggalkipghgjn
URL Officiel https://chromewebstore.google.com/detail/sumtotal-intelligent-assi/ccnmpmhfdnoeaaffhkcoggalkipghgjn
Description SumTotal Intelligent Assistant (SIA): Search for SumTotal Learn training right from your browser.
Taille du Fichier 946 KB
Nombre d'Installations 7,006
Version Actuelle 1.9
Dernière Mise à Jour 2022-08-17
Date de Publication 2020-03-04
Évaluation 5.00/5 Total 3 Évaluations
Développeur SumTotal Systems LLC
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.sumtotalsystems.com/privacy
Langues Prises en Charge 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\/",
        "*:\/\/*\/*"
    ]
}