Teacher's Pet
Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only)
Qu'est-ce que Teacher's Pet ?
Teacher's Pet est une extension Chrome développée par David Beroff, et sa fonction principale est "Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Teacher's Pet
Téléchargez les fichiers d'extension Teacher's Pet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Teacher's Pet |
ID | kbjjlchdjehdgjojdpakhjnemapoinco |
URL Officiel | https://chromewebstore.google.com/detail/teachers-pet/kbjjlchdjehdgjojdpakhjnemapoinco |
Description | Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only) |
Taille du Fichier | 139 KB |
Nombre d'Installations | 325 |
Version Actuelle | 6.61 |
Dernière Mise à Jour | 2020-04-27 |
Date de Publication | 2020-04-27 |
Évaluation | 4.80/5 Total 35 Évaluations |
Développeur | David Beroff |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://wantmy.info/Pet |
URL de la Page de Politique de Confidentialité | https://awesomeamericanaudio.com/legal/privacy.php |
Langues Prises en Charge | 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 } |