Teacher's Pet

Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only)

Teacher's Pet란 무엇입니까?

Teacher's Pet은(는) David Beroff에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only)"입니다.

확장 프로그램 스크린샷

screenshot

Teacher's Pet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Teacher's Pet (for VIPKID Teachers only) displays and updates your Classroom status in your Classroom.

You can see the unique Student ID on the Classrooms overview page.  This is underlined when they're "new to me".

The Classrooms tab expands to make full use of your browser's width, for improved clarity.  Various abbreviations are made and the original screen is altered very slightly for a more compact presentation.

The PreVIP (Level One) song buttons are displayed before class, (when they're actually useful).

See http://WantMy.info/Pet for more information.

Note: I do not represent VIPKID management in ANY form or fashion! I'm just a teacher, like you, trying to make things better for all of us.                    

확장 프로그램 기본 정보

이름 Teacher's Pet Teacher's Pet
ID kbjjlchdjehdgjojdpakhjnemapoinco
공식 URL https://chromewebstore.google.com/detail/teachers-pet/kbjjlchdjehdgjojdpakhjnemapoinco
설명 Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only)
파일 크기 139 KB
설치 횟수 325
현재 버전 6.61
최근 업데이트 2020-04-27
출시 날짜 2020-04-27
평점 4.80/5 총 35 개의 평점
개발자 David Beroff
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://wantmy.info/Pet
개인정보 보호 정책 페이지 URL https://awesomeamericanaudio.com/legal/privacy.php
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Teacher's Pet",
    "short_name": "Teacher's Pet",
    "version": "6.61",
    "manifest_version": 2,
    "description": "Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only)",
    "homepage_url": "http:\/\/WantMy.info\/Pet",
    "author": "Vladimir Victorov  http:\/\/WantMy.info\/Vlad  Commissioned by David Beroff",
    "content_scripts": [
        {
            "js": [
                "cs.js"
            ],
            "matches": [
                "https:\/\/t.vipkid.com.cn\/*",
                "https:\/\/www.vipkidteachers.com\/*",
                "https:\/\/www.vipkid.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "options.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "web_accessible_resources": [
        "*.js",
        "style\/*.css",
        "bye.mp3",
        "images\/*"
    ],
    "converted_from_user_script": true
}