Waterloo Works: Reject Rejections
Filter out postings that you were not selected for on Waterloo works
Waterloo Works: Reject Rejectionsคืออะไร?
Waterloo Works: Reject Rejections เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Richard Cai และคุณลักษณะหลักของมันคือ "Filter out postings that you were not selected for on Waterloo works"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Waterloo Works: Reject Rejections
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
}
]
} | |