Waterloo Works: Reject Rejections
Filter out postings that you were not selected for on Waterloo works
什么是Waterloo Works: Reject Rejections?
Waterloo Works: Reject Rejections是由Richard Cai开发的Chrome扩展程序,该扩展的主要功能是“Filter out postings that you were not selected for on Waterloo works”。
扩展截图
下载Waterloo Works: Reject Rejections扩展crx文件
下载Waterloo Works: Reject Rejections扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | jeckfepeipjilfgdpcgoicacmnendfkk |
| 官方URL | https://chromewebstore.google.com/detail/waterloo-works-reject-rej/jeckfepeipjilfgdpcgoicacmnendfkk |
| 简介 | Filter out postings that you were not selected for on Waterloo works |
| 文件大小 | 4.64 KB |
| 安装次数 | 30 |
| 当前版本 | 0.0.0.7 |
| 更新时间 | 2017-09-29 |
| 上架时间 | 2017-09-28 |
| 开发者 | Richard Cai |
| 付费类型 | free |
| 扩展官网 | https://github.com/RichardJCai/Waterloo-Works-Reject-Rejections |
| 支持的语言 | 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"
]
}
]
} | |