Teacher's Pet

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

Cos'è Teacher's Pet?

Teacher's Pet è un'estensione di Chrome sviluppata da David Beroff, e la sua funzione principale è "Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Teacher's Pet

Scarica i file di estensione Teacher's Pet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Teacher's Pet Teacher's Pet
ID kbjjlchdjehdgjojdpakhjnemapoinco
URL Ufficiale https://chromewebstore.google.com/detail/teachers-pet/kbjjlchdjehdgjojdpakhjnemapoinco
Descrizione Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only)
Dimensione del File 139 KB
Conteggio Installazioni 325
Versione Corrente 6.61
Ultimo Aggiornamento 2020-04-27
Data di Pubblicazione 2020-04-27
Valutazione 4.80/5 Totale 35 Valutazioni
Sviluppatore David Beroff
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://wantmy.info/Pet
URL della Pagina della Politica sulla Privacy https://awesomeamericanaudio.com/legal/privacy.php
Lingue Supportate 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
}