GetATutor - Online Tutoring

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

Co je GetATutor - Online Tutoring?

GetATutor - Online Tutoring je rozšíření Chrome vyvinuté https://getatutor.com, a jeho hlavní funkcí je „This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GetATutor - Online Tutoring

Stáhněte si soubory rozšíření GetATutor - Online Tutoring ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GetATutor - Online Tutoring GetATutor - Online Tutoring
ID emjaabfncojlhdmikcnlnmfamdokfalm
Oficiální URL https://chromewebstore.google.com/detail/getatutor-online-tutoring/emjaabfncojlhdmikcnlnmfamdokfalm
Popis This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.
Velikost souboru 45.91 KB
Počet instalací 49
Aktuální Verze 1.2
Poslední Aktualizace 2016-11-08
Datum Vydání 2016-11-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://getatutor.com
Typ Platby free
Webové stránky Rozšíření http://getatutor.com
URL Stránky Nápovědy http://getatutor.com
Podporované Jazyky 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"
    ]
}