Teacher's Pet
Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only)
Vad är Teacher's Pet?
Teacher's Pet är en Chrome-tillägg utvecklad av David Beroff, och dess huvudfunktion är "Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only)".
Tilläggsskärmbilder
Ladda ner Teacher's Pet-förlängningens CRX-fil
Ladda ner Teacher's Pet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Teacher's Pet |
ID | kbjjlchdjehdgjojdpakhjnemapoinco |
Officiell webbadress | https://chromewebstore.google.com/detail/teachers-pet/kbjjlchdjehdgjojdpakhjnemapoinco |
Beskrivning | Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only) |
Filstorlek | 139 KB |
Antal Installationer | 325 |
Aktuell Version | 6.61 |
Senast Uppdaterad | 2020-04-27 |
Publiceringsdatum | 2020-04-27 |
Betyg | 4.80/5 Totalt 35 Betyg |
Utvecklare | David Beroff |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://wantmy.info/Pet |
URL till Sekretesspolicy Sidan | https://awesomeamericanaudio.com/legal/privacy.php |
Stödda Språk | 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 } |