WaterlooWorks Now

Adds disruptive and innovative features to WaterlooWorks, improving its UI/UX

Τι είναι το WaterlooWorks Now;

Το WaterlooWorks Now είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gurpreetgill, και η κύρια λειτουργία του είναι "Adds disruptive and innovative features to WaterlooWorks, improving its UI/UX".

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

screenshot

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

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

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

                        WaterlooWorks Now is your buddy to get you through the not so easy process of browsing thousands of jobs on WaterlooWorks. It integrates the following features to enhance the UI/UX:

- Popup info modal on the search page containing all the important information, saving you the trouble of open a million tabs.
- Shows Glassdoor rating with number of raters and a link to the company's website to give you better insight into the company.
- Open the full job description page in a New Tab by clicking the title in the popup modal.
- Ability to hide/show the "new tag" on job postings, download the shortlisted jobs as an excel file, and clear the entire shortlist with one click.
- You can also add interviews to multiple personal calendars such iCalendar, Google Calendar etc.

Disclaimer: This extension has no affiliation with WaterlooWorks, its developers, or the University of Waterloo.                    

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

Όνομα WaterlooWorks Now WaterlooWorks Now
ID mlekdinlcaggpokncinbmomaplhbjpmb
Επίσημο URL https://chromewebstore.google.com/detail/waterlooworks-now/mlekdinlcaggpokncinbmomaplhbjpmb
Περιγραφή Adds disruptive and innovative features to WaterlooWorks, improving its UI/UX
Μέγεθος Αρχείου 527 KB
Αριθμός Εγκαταστάσεων 502
Τρέχουσα Έκδοση 1.7.1
Τελευταία Ενημέρωση 2018-05-17
Ημερομηνία Δημοσίευσης 2018-05-16
Αξιολόγηση 4.50/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής gurpreetgill
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WaterlooWorks Now",
    "description": "Adds disruptive and innovative features to WaterlooWorks, improving its UI\/UX",
    "version": "1.7.1",
    "author": "Gurpreet Gill and Peyman Gardideh",
    "browser_action": {
        "default_icon": "assets\/popup_icon.png",
        "default_popup": "views\/popup.html",
        "default_title": "WaterlooWorks Now"
    },
    "permissions": [
        "https:\/\/waterlooworks.uwaterloo.ca\/myAccount\/**",
        "https:\/\/api.glassdoor.com\/api\/api.htm"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/waterlooworks.uwaterloo.ca\/**",
                "https:\/\/waterlooworks.uwaterloo.ca\/myAccount\/co-op\/coop-postings.htm",
                "https:\/\/waterlooworks.uwaterloo.ca\/myAccount\/co-op\/coopApplications.htm",
                "https:\/\/waterlooworks.uwaterloo.ca\/myAccount\/co-op\/interviews-co-op.htm"
            ],
            "js": [
                "external\/js\/jquery.min.js",
                "external\/js\/tableExport\/jquery.base64.min.js",
                "external\/js\/simple-modal.js",
                "external\/js\/mustache.min.js",
                "external\/js\/tableExport\/tableExport.min.js",
                "build\/js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "build\/css\/*",
        "assets\/*",
        "external\/*",
        "views\/*"
    ]
}