Waterloo Works: Reject Rejections
Filter out postings that you were not selected for on Waterloo works
Waterloo Works: Reject Rejections là gì?
Waterloo Works: Reject Rejections là một tiện ích mở rộng Chrome được phát triển bởi Richard Cai, và tính năng chính của nó là "Filter out postings that you were not selected for on Waterloo works".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Waterloo Works: Reject Rejections
Tải xuống các tệp mở rộng Waterloo Works: Reject Rejections dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Waterloo Works: Reject Rejections |
ID | jeckfepeipjilfgdpcgoicacmnendfkk |
URL Chính Thức | https://chromewebstore.google.com/detail/waterloo-works-reject-rej/jeckfepeipjilfgdpcgoicacmnendfkk |
Mô tả | Filter out postings that you were not selected for on Waterloo works |
Kích Thước Tệp | 4.64 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 0.0.0.7 |
Cập Nhật Lần Cuối | 2017-09-29 |
Ngày Phát Hành | 2017-09-28 |
Nhà Phát Triển | Richard Cai |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/RichardJCai/Waterloo-Works-Reject-Rejections |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |