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 |
公式URL | 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\/*" ] } |