Waterloo Works: Reject Rejections
Filter out postings that you were not selected for on Waterloo works
What is Waterloo Works: Reject Rejections?
Waterloo Works: Reject Rejections is a Chrome extension developed by Richard Cai, and its main feature is "Filter out postings that you were not selected for on Waterloo works".
Extension Screenshots
Download Waterloo Works: Reject Rejections Extension CRX File
Download Waterloo Works: Reject Rejections extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Filter out postings that you were not selected for on Waterloo works. Adds a list option under Jobs / Applications and Interviews. Click reject rejections followed by remove clutter. Source: https://github.com/RichardJCai/Waterloo-Works-Reject-Rejections Use at your own discretion. Waterloo Works / Waterlooworks
Extension Basic Information
Name | Waterloo Works: Reject Rejections |
ID | jeckfepeipjilfgdpcgoicacmnendfkk |
Official URL | https://chromewebstore.google.com/detail/waterloo-works-reject-rej/jeckfepeipjilfgdpcgoicacmnendfkk |
Description | Filter out postings that you were not selected for on Waterloo works |
File Size | 4.64 KB |
Installation Count | 30 |
Current Version | 0.0.0.7 |
Last Updated | 2017-09-29 |
Publish Date | 2017-09-28 |
Developer | Richard Cai |
Payment Type | free |
Extension Website | https://github.com/RichardJCai/Waterloo-Works-Reject-Rejections |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Waterloo Works: Reject Rejections", "description": "Filter out postings that you were not selected for on Waterloo works", "version": "0.0.0.7", "author": "Richard Cai", "content_scripts": [ { "js": [ "main.js" ], "matches": [ "https:\/\/waterlooworks.uwaterloo.ca\/*" ], "css": [ "styles.css" ] } ] } |