GetATutor - Online Tutoring

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

Co to jest GetATutor - Online Tutoring?

GetATutor - Online Tutoring to rozszerzenie Chrome opracowane przez https://getatutor.com, a jego główną funkcją jest „This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GetATutor - Online Tutoring

Pobierz pliki rozszerzeń GetATutor - Online Tutoring w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa GetATutor - Online Tutoring GetATutor - Online Tutoring
ID emjaabfncojlhdmikcnlnmfamdokfalm
Oficjalny URL https://chromewebstore.google.com/detail/getatutor-online-tutoring/emjaabfncojlhdmikcnlnmfamdokfalm
Opis This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.
Rozmiar pliku 45.91 KB
Liczba instalacji 49
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-11-08
Data Publikacji 2016-11-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://getatutor.com
Typ Płatności free
Strona Rozszerzenia http://getatutor.com
Adres URL Strony Pomocy http://getatutor.com
Obsługiwane Języki 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"
    ]
}