CRN Automation

Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!

CRN Automation là gì?

CRN Automation là một tiện ích mở rộng Chrome được phát triển bởi Joseph Martinsen, và tính năng chính của nó là "Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!".

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

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

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

                        Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!                    

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

Tên CRN Automation CRN Automation
ID cjaclnpoihnmcojmbinlikenmidkefel
URL Chính Thức https://chromewebstore.google.com/detail/crn-automation/cjaclnpoihnmcojmbinlikenmidkefel
Mô tả Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!
Kích Thước Tệp 123 KB
Số Lần Cài Đặt 955
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-04-07
Ngày Phát Hành 2018-04-07
Nhà Phát Triển Joseph Martinsen
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/JosephMart/Auto-CRN-Entry
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CRN Automation",
    "description": "Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!",
    "version": "1.0",
    "author": "Joseph Martinsen",
    "icons": {
        "96": "images\/favicon-96x96.png",
        "32": "images\/favicon-32x32.png",
        "16": "images\/favicon-16x16.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "images\/favicon-32x32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        ""
    ]
}