mySchoolApp++

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

mySchoolApp++란 무엇입니까?

mySchoolApp++은(는) http://graysonmartin.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A set of tools that add additional functionality for any myschoolapp.com, mycampus-app.com, and onwhipplehill.com website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

mySchoolApp++ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 mySchoolApp++ mySchoolApp++
ID ffmbhaegokipgbeaifcemeggokmkfhgf
공식 URL https://chrome.google.com/webstore/detail/myschoolapp++/ffmbhaegokipgbeaifcemeggokmkfhgf
설명 A set of tools that add additional functionality for any myschoolapp.com, mycampus-app.com, and onwhipplehill.com website.
파일 크기 14.48 KB
설치 횟수 80
현재 버전 1.1
최근 업데이트 2018-09-07
출시 날짜 2018-09-07
평점 5.00/5 총 1 개의 평점
개발자 http://graysonmartin.net
이메일 [email protected]
결제 유형 free
지원되는 언어 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
}