School Assistant

My program's intent is to simplify some actions within a highschool life.

School Assistant란 무엇입니까?

School Assistant은(는) Kai Sato에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "My program's intent is to simplify some actions within a highschool life."입니다.

School Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        School Assistant is a program that allows users to input their bell times, timetables and other data to receive information such as predictions and alerts. This provides especially useful to students and teachers at schools as it is based around how to go through a day.                    

확장 프로그램 기본 정보

이름 School Assistant School Assistant
ID gbhhalecfiaaeikchapmfgpnkkkjlffp
공식 URL https://chromewebstore.google.com/detail/school-assistant/gbhhalecfiaaeikchapmfgpnkkkjlffp
설명 My program's intent is to simplify some actions within a highschool life.
파일 크기 139 KB
설치 횟수 27
현재 버전 1.90
최근 업데이트 2017-09-07
출시 날짜 2017-09-06
평점 3.00/5 총 1 개의 평점
개발자 Kai Sato
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "School Assistant",
    "description": "My program's intent is to simplify some actions within a highschool life.",
    "minimum_chrome_version": "38",
    "version": "1.90",
    "icons": {
        "128": "Resources\/School_Assistant.png"
    },
    "permissions": [
        "notifications",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "Resources\/School_Assistant.png",
        "default_title": "School Assistant",
        "default_popup": "\/Setup\/Basic_Info\/basic_info.html"
    },
    "background": {
        "scripts": [
            "\/Resources\/Notifications.js",
            "\/Resources\/timescript.js",
            "\/Resources\/homepageredirect.js",
            "\/Resources\/googleanalytics.js",
            "Resources\/session.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/a\/lism.catholic.edu.au\/forms\/d\/1-Ct651_EtKY8xzp79lYis9DFTiKBI5E52paJnCw1Yjw\/edit"
            ],
            "js": [
                "Resources\/content_script.js"
            ]
        }
    ]
}