JobMine Buddy
Highlights newly posted jobs and lets you create and view notes about each job posting right in JobMine!
什麼是JobMine Buddy?
JobMine Buddy是由Sahil Saini開發的Chrome擴展程式,該擴展的主要功能是“Highlights newly posted jobs and lets you create and view notes about each job posting right in JobMine!”。
擴展截圖
下載JobMine Buddy擴展crx文件
下載JobMine Buddy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! :)
擴展基本資訊
名稱 | |
ID | jimpkgjepjjmbmkeocklkcmjnelcnlci |
官方網址 | https://chrome.google.com/webstore/detail/jobmine-buddy/jimpkgjepjjmbmkeocklkcmjnelcnlci |
簡介 | Highlights newly posted jobs and lets you create and view notes about each job posting right in JobMine! |
檔案大小 | 289 KB |
安裝次數 | 94 |
目前版本 | 1.0 |
更新時間 | 2015-05-14 |
上架時間 | 2015-05-14 |
評分 | 3.75/5 共 4 次評分 |
開發者 | Sahil Saini |
付費類型 | free |
支援的語言 | 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\/*" ] } |