GetATutor - Online Tutoring

This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.

Was ist GetATutor - Online Tutoring?

GetATutor - Online Tutoring ist eine Chrome-Erweiterung, die von https://getatutor.com entwickelt wurde, und ihr Hauptmerkmal ist "This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.".

Erweiterungsscreenshots

screenshot

GetATutor - Online Tutoring-Erweiterungs-CRX-Datei herunterladen

Laden Sie GetATutor - Online Tutoring-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GetATutor - Online Tutoring GetATutor - Online Tutoring
ID emjaabfncojlhdmikcnlnmfamdokfalm
Offizielle URL https://chromewebstore.google.com/detail/getatutor-online-tutoring/emjaabfncojlhdmikcnlnmfamdokfalm
Beschreibung This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.
Dateigröße 45.91 KB
Installationsanzahl 49
Aktuelle Version 1.2
Letztes Update 2016-11-08
Veröffentlichungsdatum 2016-11-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://getatutor.com
Zahlungsart free
Erweiterungswebsite http://getatutor.com
Hilfeseite URL http://getatutor.com
Unterstützte Sprachen 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"
    ]
}