UBC Zap

send me some dank memes

Τι είναι το UBC Zap;

Το UBC Zap είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mc.dev.w, και η κύρια λειτουργία του είναι "send me some dank memes".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης UBC Zap

Λήψη αρχείων επέκτασης UBC Zap σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Still stressing about that class you haven't gotten into yet?
Using AnEyeOut but thats not good enough?
FEAR NO MORE.
UBC Zap to the rescue!

This chrome extension will "assist" you with getting into your desired course. UBC zap will automatically check if there is a spot open, if not it will keep checking until there is one. 

Follow these 4 simple steps to use UBC Zap:

1. Install UBC Zap as a chrome extension
2. Click on the UBC Zap chrome extension located on the top right corner of the page
3. Log into SSC by yourself or by following the link
4. Choose the section you wish to register for
5. Profit

* You will need to keep a tab open for every course you register for
* You can register for more than one class at the same time (must be on separate tabs) 
* SSC will sometimes log you out after 3-4 hours, you will have to re-login and start up UBC Zap (next version will include auto login)
* The "Stop Current" button will stop trying to register for the tab you are currently on 
* The "Stop All" button will stop trying to register for all classes you are currently registering for


WARNING: SSC does not condone the use of registration helpers. USE AT YOUR OWN EXPENSE, YOU HAVE BEEN WARNED.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα UBC Zap UBC Zap
ID knpgaiopijelgaapdoobdhobkckfapeo
Επίσημο URL https://chromewebstore.google.com/detail/ubc-zap/knpgaiopijelgaapdoobdhobkckfapeo
Περιγραφή send me some dank memes
Μέγεθος Αρχείου 37.9 KB
Αριθμός Εγκαταστάσεων 19
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2017-09-05
Ημερομηνία Δημοσίευσης 2017-09-05
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής mc.dev.w
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UBC Zap",
    "description": "send me some dank memes",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/courses.students.ubc.ca\/*",
                "https:\/\/cas.id.ubc.ca\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "register_section.js"
            ]
        }
    ]
}