Thinkful

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

Thinkful란 무엇입니까?

Thinkful은(는) eng.thinkful에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access Thinkful courses easily and enable screensharing support in mentor sessions."입니다.

확장 프로그램 스크린샷

screenshot

Thinkful 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Thinkful Thinkful
ID hdifhbpniaokcjogffalpnbphplppdcb
공식 URL https://chromewebstore.google.com/detail/thinkful/hdifhbpniaokcjogffalpnbphplppdcb
설명 Access Thinkful courses easily and enable screensharing support in mentor sessions.
파일 크기 9.73 KB
설치 횟수 2,330
현재 버전 1.8
최근 업데이트 2021-08-26
출시 날짜 2021-08-26
평점 1.00/5 총 1 개의 평점
개발자 eng.thinkful
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.thinkful.com
도움말 페이지 URL https://www.thinkful.com/faq/
지원되는 언어 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"
    }
}