Teacher's Pet
Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only)
¿Qué es Teacher's Pet?
Teacher's Pet es una extensión de Chrome desarrollada por David Beroff, y su función principal es "Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only)".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Teacher's Pet
Descarga archivos de extensión Teacher's Pet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Teacher's Pet |
ID | kbjjlchdjehdgjojdpakhjnemapoinco |
URL Oficial | https://chromewebstore.google.com/detail/teachers-pet/kbjjlchdjehdgjojdpakhjnemapoinco |
Descripción | Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only) |
Tamaño del Archivo | 139 KB |
Cantidad de Instalaciones | 325 |
Versión Actual | 6.61 |
Última Actualización | 2020-04-27 |
Fecha de Publicación | 2020-04-27 |
Calificación | 4.80/5 Total de 35 Calificaciones |
Desarrollador | David Beroff |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://wantmy.info/Pet |
URL de la Página de Política de Privacidad | https://awesomeamericanaudio.com/legal/privacy.php |
Idiomas Soportados | 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 } |