GetATutor - Online Tutoring
This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.
Qu'est-ce que GetATutor - Online Tutoring ?
GetATutor - Online Tutoring est une extension Chrome développée par https://getatutor.com, et sa fonction principale est "This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GetATutor - Online Tutoring
Téléchargez les fichiers d'extension GetATutor - Online Tutoring au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | GetATutor - Online Tutoring |
ID | emjaabfncojlhdmikcnlnmfamdokfalm |
URL Officiel | 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. |
Taille du Fichier | 45.91 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2016-11-08 |
Date de Publication | 2016-11-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://getatutor.com |
Type de Paiement | free |
Site Web de l'Extension | http://getatutor.com |
URL de la Page d'Aide | http://getatutor.com |
Langues Prises en Charge | 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" ] } |