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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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