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
公式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
Eメール [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
}