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"
    ]
}