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.”。
擴展截圖
下載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 |
ID | emjaabfncojlhdmikcnlnmfamdokfalm |
官方網址 | 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" ] } |