GetATutor - Online Tutoring
This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.
GetATutor - Online Tutoring là gì?
GetATutor - Online Tutoring là một tiện ích mở rộng Chrome được phát triển bởi https://getatutor.com, và tính năng chính của nó là "This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GetATutor - Online Tutoring
Tải xuống các tệp mở rộng GetATutor - Online Tutoring dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GetATutor - Online Tutoring |
ID | emjaabfncojlhdmikcnlnmfamdokfalm |
URL Chính Thức | https://chromewebstore.google.com/detail/getatutor-online-tutoring/emjaabfncojlhdmikcnlnmfamdokfalm |
Mô tả | This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform. |
Kích Thước Tệp | 45.91 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2016-11-08 |
Ngày Phát Hành | 2016-11-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://getatutor.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://getatutor.com |
URL Trang Trợ Giúp | http://getatutor.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |