CRN Automation

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

什么是CRN Automation?

CRN Automation是由Joseph Martinsen开发的Chrome扩展程序,该扩展的主要功能是“Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!”。

扩展截图

下载CRN Automation扩展crx文件

下载CRN Automation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 CRN Automation CRN Automation
ID cjaclnpoihnmcojmbinlikenmidkefel
官方URL https://chromewebstore.google.com/detail/crn-automation/cjaclnpoihnmcojmbinlikenmidkefel
简介 Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!
文件大小 123 KB
安装次数 955
当前版本 1.0
更新时间 2018-04-07
上架时间 2018-04-07
开发者 Joseph Martinsen
付费类型 free
扩展官网 https://github.com/JosephMart/Auto-CRN-Entry
支持的语言 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",
        ""
    ]
}