Craigslist Jobs
Search for jobs on Craigslist.
What is Craigslist Jobs?
Craigslist Jobs is a Chrome extension developed by http://joshmckibbin.com, and its main feature is "Search for jobs on Craigslist.".
Extension Screenshots
Download Craigslist Jobs Extension CRX File
Download Craigslist Jobs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
VERSION 1.9 /// WHAT'S NEW... - Removed the quantity field and replaced it with a search function Basic extension that allows you to scroll through a list of the most recent job postings on Craigslist for any US or Canada city selected on the options page. Click on any entry in the list to toggle its description. You can also use the search bar to search jobs on the actual Craigslist site for your selected city. For more info about updates/changes or to request a new feature: http://kibb.in/cljobs Please use the above link to report any bugs or feature requests.
Extension Basic Information
Name | |
ID | ihfloajilpmkghkiknpeamadkcnljjek |
Official URL | https://chrome.google.com/webstore/detail/craigslist-jobs/ihfloajilpmkghkiknpeamadkcnljjek |
Description | Search for jobs on Craigslist. |
File Size | 55 KB |
Installation Count | 185 |
Current Version | 1.9 |
Last Updated | 2019-08-22 |
Publish Date | 2019-08-22 |
Rating | 2.83/5 Total 6 Ratings |
Developer | http://joshmckibbin.com |
[email protected] | |
Payment Type | free |
Extension Website | http://kibb.in/cljobs |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Craigslist Jobs", "version": "1.9", "description": "Search for jobs on Craigslist.", "homepage_url": "http:\/\/kibb.in\/cljobs", "browser_action": { "default_icon": "icon_19.png", "default_popup": "popup.html", "default_title": "Search for a job on Craigslist" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "https:\/\/*.craigslist.org\/", "https:\/\/*.craigslist.ca\/" ] } |