Thrive

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

Vad är Thrive?

Thrive är en Chrome-tillägg utvecklad av https://thrivelearning.com, och dess huvudfunktion är "Thrive is a fully featured Learning Experience Platform which helps people to share knowledge, make new connections and learn new…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Thrive-förlängningens CRX-fil

Ladda ner Thrive-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Thrive Thrive
ID okodbhehfpaogabapfdabjjmjkcebbfm
Officiell webbadress https://chromewebstore.google.com/detail/thrive/okodbhehfpaogabapfdabjjmjkcebbfm
Beskrivning Thrive is a fully featured Learning Experience Platform which helps people to share knowledge, make new connections and learn new…
Filstorlek 1.52 MB
Antal Installationer 1,338
Aktuell Version 3.4.0
Senast Uppdaterad 2023-03-27
Publiceringsdatum 2021-01-23
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://thrivelearning.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.thrivelearning.com/privacy-policy
Stödda Språk 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"
    ]
}