GetATutor - Online Tutoring
This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.
GetATutor - Online Tutoringคืออะไร?
GetATutor - Online Tutoring เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getatutor.com และคุณลักษณะหลักของมันคือ "This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GetATutor - Online Tutoring
ดาวน์โหลดไฟล์ส่วนขยาย GetATutor - Online Tutoring ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
GetATutor is great for parents and kids with busy schedules. Take your mind off their grades knowing that they are already getting help without having to add another event to your calendar. There is absolutely no traveling required to get lessons from verified tutors. Going to be out of town? Take your tutor with you and your child will never fall behind in school again.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GetATutor - Online Tutoring |
ID | emjaabfncojlhdmikcnlnmfamdokfalm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/getatutor-online-tutoring/emjaabfncojlhdmikcnlnmfamdokfalm |
คำอธิบาย | This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform. |
ขนาดไฟล์ | 45.91 KB |
จำนวนการติดตั้ง | 49 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2016-11-08 |
วันที่เผยแพร่ | 2016-11-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://getatutor.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://getatutor.com |
URL หน้าช่วยเหลือ | http://getatutor.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GetATutor - Online Tutoring", "author": "GetATutor Dev Team", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.", "homepage_url": "https:\/\/getatutor.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.getatutor.com\/*" ] }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*.getatutor.com\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |