GetATutor - Online Tutoring
This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.
¿Qué es GetATutor - Online Tutoring?
GetATutor - Online Tutoring es una extensión de Chrome desarrollada por https://getatutor.com, y su función principal es "This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GetATutor - Online Tutoring
Descarga archivos de extensión GetATutor - Online Tutoring en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | GetATutor - Online Tutoring |
ID | emjaabfncojlhdmikcnlnmfamdokfalm |
URL Oficial | https://chromewebstore.google.com/detail/getatutor-online-tutoring/emjaabfncojlhdmikcnlnmfamdokfalm |
Descripción | This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform. |
Tamaño del Archivo | 45.91 KB |
Cantidad de Instalaciones | 49 |
Versión Actual | 1.2 |
Última Actualización | 2016-11-08 |
Fecha de Publicación | 2016-11-08 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://getatutor.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://getatutor.com |
URL de la Página de Ayuda | http://getatutor.com |
Idiomas Soportados | 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" ] } |