GetATutor - Online Tutoring

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

ما هو GetATutor - Online Tutoring؟

GetATutor - Online Tutoring هو إضافة Chrome تم تطويرها بواسطة https://getatutor.com، والميزة الرئيسية لها هي "This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GetATutor - Online Tutoring

قم بتنزيل ملفات الامتداد GetATutor - Online Tutoring بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم GetATutor - Online Tutoring GetATutor - Online Tutoring
ID emjaabfncojlhdmikcnlnmfamdokfalm
عنوان URL الرسمي https://chromewebstore.google.com/detail/getatutor-online-tutoring/emjaabfncojlhdmikcnlnmfamdokfalm
الوصف This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.
حجم الملف 45.91 KB
عدد التثبيتات 49
النسخة الحالية 1.2
آخر تحديث 2016-11-08
تاريخ النشر 2016-11-08
تقييم 5.00/5 مجموع تقييمات 1
المطور https://getatutor.com
نوع الدفع free
موقع الإضافة http://getatutor.com
عنوان صفحة المساعدة http://getatutor.com
اللغات المدعومة 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"
    ]
}