Thinkful

Access Thinkful courses easily and enable screensharing support in mentor sessions.

Apa itu Thinkful?

Thinkful adalah ekstensi Chrome yang dikembangkan oleh eng.thinkful, dan fitur utamanya adalah "Access Thinkful courses easily and enable screensharing support in mentor sessions.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Thinkful

Unduh file ekstensi Thinkful dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Access the Thinkful platform with one click from our chrome extension.                    

Informasi Dasar Ekstensi

Nama Thinkful Thinkful
ID hdifhbpniaokcjogffalpnbphplppdcb
URL Resmi https://chromewebstore.google.com/detail/thinkful/hdifhbpniaokcjogffalpnbphplppdcb
Deskripsi Access Thinkful courses easily and enable screensharing support in mentor sessions.
Ukuran File 9.73 KB
Jumlah Instalasi 2,330
Versi Saat Ini 1.8
Terakhir Diperbarui 2021-08-26
Tanggal Publikasi 2021-08-26
Penilaian 1.00/5 Total 1 Penilaian
Pengembang eng.thinkful
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.thinkful.com
URL Halaman Bantuan https://www.thinkful.com/faq/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Thinkful",
    "author": "Thinkful, Inc.",
    "homepage_url": "http:\/\/www.thinkful.com\/",
    "version": "1.8",
    "minimum_chrome_version": "34",
    "description": "Access Thinkful courses easily and enable screensharing support in mentor sessions.",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "desktopCapture",
        "cookies",
        "*:\/\/*.thinkful.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.thinkful.com\/*",
            "*:\/\/t.ful\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*.thinkful.com\/*",
                "*:\/\/t.ful\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background\/global.js",
            "js\/background\/app.js",
            "js\/background\/screensharing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Thinkful"
    }
}