Thrive

Thrive is a fully featured Learning Experience Platform which helps people to share knowledge, make new connections and learn new…

Qu'est-ce que Thrive ?

Thrive est une extension Chrome développée par https://thrivelearning.com, et sa fonction principale est "Thrive is a fully featured Learning Experience Platform which helps people to share knowledge, make new connections and learn new…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Thrive

Téléchargez les fichiers d'extension Thrive 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

                        Thrive is a fully featured Learning Experience Platform which helps people to share knowledge, make new connections and learn new skills. You can use this browser extension to easily access THRIVE functionality while browsing the web:

# Easily find internal resources for whatever you're looking for
# Share useful content directly from your browser*
# Log your learning activities right from the page, and receive prompts to log your activity*

After logging into your THRIVE site, you'll be able to search for content, share useful web resources, and record learning on their development log directly from the extension.

The browser extension also searches your THRIVE site for content whenever you do a Google search, making it easy to discover useful content your organisation may have on whatever it is you're searching for.                    

Informations de Base sur l'Extension

Nom Thrive Thrive
ID okodbhehfpaogabapfdabjjmjkcebbfm
URL Officiel https://chromewebstore.google.com/detail/thrive/okodbhehfpaogabapfdabjjmjkcebbfm
Description Thrive is a fully featured Learning Experience Platform which helps people to share knowledge, make new connections and learn new…
Taille du Fichier 1.52 MB
Nombre d'Installations 1,338
Version Actuelle 3.4.0
Dernière Mise à Jour 2023-03-27
Date de Publication 2021-01-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://thrivelearning.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.thrivelearning.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Thrive",
    "name": "Thrive",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-P83of1d5gfZHuGOkbsfkbUInX2Hmi+rYQG5kzlMXfsc='; object-src 'self'",
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "manifest_version": 2,
    "version": "3.4.0",
    "browser_action": {
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.learn.link\/elearning\/*",
                "*:\/\/*.learntest.link\/elearning\/*",
                "*:\/\/*.learndev.link\/elearning\/*"
            ],
            "css": [
                "app.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*",
        "content.js",
        "clear.css",
        "content.css",
        "main.css"
    ]
}