CRN Automation

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

CRN Automationคืออะไร?

CRN Automation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joseph Martinsen และคุณลักษณะหลักของมันคือ "Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CRN Automation

ดาวน์โหลดไฟล์ส่วนขยาย 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",
        ""
    ]
}