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文件

下載Teacher's Pet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}