Thrive

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

Thrive là gì?

Thrive là một tiện ích mở rộng Chrome được phát triển bởi https://thrivelearning.com, và tính năng chính của nó là "Thrive is a fully featured Learning Experience Platform which helps people to share knowledge, make new connections and learn new…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Thrive

Tải xuống các tệp mở rộng Thrive dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Thrive Thrive
ID okodbhehfpaogabapfdabjjmjkcebbfm
URL Chính Thức https://chromewebstore.google.com/detail/thrive/okodbhehfpaogabapfdabjjmjkcebbfm
Mô tả Thrive is a fully featured Learning Experience Platform which helps people to share knowledge, make new connections and learn new…
Kích Thước Tệp 1.52 MB
Số Lần Cài Đặt 1,338
Phiên Bản Hiện Tại 3.4.0
Cập Nhật Lần Cuối 2023-03-27
Ngày Phát Hành 2021-01-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://thrivelearning.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.thrivelearning.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}