School Assistant

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

School Assistant là gì?

School Assistant là một tiện ích mở rộng Chrome được phát triển bởi Kai Sato, và tính năng chính của nó là "My program's intent is to simplify some actions within a highschool life.".

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

Tải xuống các tệp mở rộng School Assistant 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

                        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.                    

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

Tên School Assistant School Assistant
ID gbhhalecfiaaeikchapmfgpnkkkjlffp
URL Chính Thức https://chromewebstore.google.com/detail/school-assistant/gbhhalecfiaaeikchapmfgpnkkkjlffp
Mô tả My program's intent is to simplify some actions within a highschool life.
Kích Thước Tệp 139 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.90
Cập Nhật Lần Cuối 2017-09-07
Ngày Phát Hành 2017-09-06
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Kai Sato
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}