mySchoolApp++

A set of tools that add additional functionality for any myschoolapp.com, mycampus-app.com, and onwhipplehill.com website.

mySchoolApp++ là gì?

mySchoolApp++ là một tiện ích mở rộng Chrome được phát triển bởi http://graysonmartin.net, và tính năng chính của nó là "A set of tools that add additional functionality for any myschoolapp.com, mycampus-app.com, and onwhipplehill.com website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng mySchoolApp++

Tải xuống các tệp mở rộng mySchoolApp++ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        If you are a student and your school uses a myschoolapp.com, mycampus-app.com, or onwhipplehill.com website for grades and assignments, you should download the mySchoolApp++ extension. It adds additional features to your school website, allowing you to be more productive and focus on school.

Features Include:
- Save & Autofill Password
- Automatically Show Grades on Progress Page
- Show Profile Pictures on Directory Contact Cards
- Discussion Board Hidden Messages Override
- Locally Saved, Personal Assignment Notes
- More to come in the future! If you have anything you would like added, let me know by leaving a review.

This is an unofficial extension maintained by a student. It is not supported by Blackbaud (the company that develops the school websites mentioned above). If your school or teachers don't want you using this extension, you shouldn't. You may disable certain parts of this extension by navigating to the extension's options page. You may be able to use certain features of this extension to cheat. This extension was not made to assist students in cheating. I do not condone cheating, and I am not responsible for your actions.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên mySchoolApp++ mySchoolApp++
ID ffmbhaegokipgbeaifcemeggokmkfhgf
URL Chính Thức https://chrome.google.com/webstore/detail/myschoolapp++/ffmbhaegokipgbeaifcemeggokmkfhgf
Mô tả A set of tools that add additional functionality for any myschoolapp.com, mycampus-app.com, and onwhipplehill.com website.
Kích Thước Tệp 14.48 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-09-07
Ngày Phát Hành 2018-09-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://graysonmartin.net
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "mySchoolApp++",
    "author": "Grayson Martin (graysonmartin.net)",
    "version": "1.1",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "description": "A set of tools that add additional functionality for any myschoolapp.com, mycampus-app.com, and onwhipplehill.com website.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "https:\/\/*.myschoolapp.com\/",
        "http:\/\/*.myschoolapp.com\/",
        "https:\/\/*.mycampus-app.com\/",
        "http:\/\/*.mycampus-app.com\/",
        "https:\/\/*.onwhipplehill.com\/",
        "http:\/\/*.onwhipplehill.com\/",
        "activeTab",
        "storage",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.myschoolapp.com\/*",
                "http:\/\/*.myschoolapp.com\/*",
                "https:\/\/*.mycampus-app.com\/*",
                "http:\/\/*.mycampus-app.com\/*",
                "https:\/\/*.onwhipplehill.com\/*",
                "http:\/\/*.onwhipplehill.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}