GetATutor - Online Tutoring
This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.
What is GetATutor - Online Tutoring?
GetATutor - Online Tutoring is a Chrome extension developed by https://getatutor.com, and its main feature is "This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.".
Extension Screenshots
Download GetATutor - Online Tutoring Extension CRX File
Download GetATutor - Online Tutoring extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GetATutor - Online Tutoring |
ID | emjaabfncojlhdmikcnlnmfamdokfalm |
Official URL | https://chromewebstore.google.com/detail/getatutor-online-tutoring/emjaabfncojlhdmikcnlnmfamdokfalm |
Description | This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform. |
File Size | 45.91 KB |
Installation Count | 49 |
Current Version | 1.2 |
Last Updated | 2016-11-08 |
Publish Date | 2016-11-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://getatutor.com |
Payment Type | free |
Extension Website | http://getatutor.com |
Help Page URL | http://getatutor.com |
Supported Languages | 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" ] } |