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是由https://getatutor.com开发的Chrome扩展程序,该扩展的主要功能是“This Offical Chrome extension is developed by GeTATutor.com for use with the GetATutor Online Tutoring platform.”。

扩展截图

screenshot

下载GetATutor - Online Tutoring扩展crx文件

下载GetATutor - Online Tutoring扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL 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"
    ]
}