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
拡張機能の基本情報
名前 | Waterloo Works: Reject Rejections |
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" ] } ] } |