Teacher's Pet
Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only)
Teacher's Pet क्या है?
Teacher's Pet David Beroff द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays dynamic Classroom status, unique Student ID, and more! (for VIPKID Teachers only)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Teacher's Pet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 |
ईमेल | [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 } |