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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CRN Automation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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",
        ""
    ]
}