JobMine Buddy
Highlights newly posted jobs and lets you create and view notes about each job posting right in JobMine!
JobMine Buddy là gì?
JobMine Buddy là một tiện ích mở rộng Chrome được phát triển bởi Sahil Saini, và tính năng chính của nó là "Highlights newly posted jobs and lets you create and view notes about each job posting right in JobMine!".
Ả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 JobMine Buddy
Tải xuống các tệp mở rộng JobMine Buddy 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
JobMine Buddy makes your job search easier by highlighting newly posted jobs for you so you don't have to waste time looking through countless job postings you've already seen, just to find the new ones! JobMine Buddy also allows you to create notes about each individual job posting, which you can view right in JobMine by simply hovering over a little pencil icon beside each posting! Happy job searching! :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jimpkgjepjjmbmkeocklkcmjnelcnlci |
URL Chính Thức | https://chrome.google.com/webstore/detail/jobmine-buddy/jimpkgjepjjmbmkeocklkcmjnelcnlci |
Mô tả | Highlights newly posted jobs and lets you create and view notes about each job posting right in JobMine! |
Kích Thước Tệp | 289 KB |
Số Lần Cài Đặt | 94 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-05-14 |
Ngày Phát Hành | 2015-05-14 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Sahil Saini |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JobMine Buddy", "description": "Highlights newly posted jobs and lets you create and view notes about each job posting right in JobMine!", "icons": { "128": "icon_128.png" }, "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/jobmine.ccol.uwaterloo.ca\/psp\/SS\/EMPLOYEE\/WORK\/c\/UW_CO_STUDENTS.UW_CO_JOBSRCH.GBL?pslnkid=UW_CO_JOBSRCH_LINK&FolderPath=PORTAL_ROOT_OBJECT.UW_CO_JOBSRCH_LINK&IsFolder=false&IgnoreParamTempl=FolderPath%2cIsFolder" ], "css": [ "jquery-ui-1.11.4.custom\/jquery-ui.min.css" ], "js": [ "jquery-2.1.4.min.js", "jquery-ui-1.11.4.custom\/jquery-ui.min.js", "extension.js" ] } ], "page_action": [], "permissions": [ "tabs", "https:\/\/jobmine.ccol.uwaterloo.ca\/*" ], "web_accessible_resources": [ "edit-icon.png", "jquery-ui-1.11.4.custom\/*" ] } |