Thrive

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

Τι είναι το Thrive;

Το Thrive είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://thrivelearning.com, και η κύρια λειτουργία του είναι "Thrive is a fully featured Learning Experience Platform which helps people to share knowledge, make new connections and learn new…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Thrive

Λήψη αρχείων επέκτασης Thrive σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Thrive Thrive
ID okodbhehfpaogabapfdabjjmjkcebbfm
Επίσημο URL https://chromewebstore.google.com/detail/thrive/okodbhehfpaogabapfdabjjmjkcebbfm
Περιγραφή Thrive is a fully featured Learning Experience Platform which helps people to share knowledge, make new connections and learn new…
Μέγεθος Αρχείου 1.52 MB
Αριθμός Εγκαταστάσεων 1,338
Τρέχουσα Έκδοση 3.4.0
Τελευταία Ενημέρωση 2023-03-27
Ημερομηνία Δημοσίευσης 2021-01-23
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://thrivelearning.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.thrivelearning.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
    ]
}