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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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",
        ""
    ]
}