Craigslist Jobs
Search for jobs on Craigslist.
Apa itu Craigslist Jobs?
Craigslist Jobs adalah ekstensi Chrome yang dikembangkan oleh http://joshmckibbin.com, dan fitur utamanya adalah "Search for jobs on Craigslist.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Craigslist Jobs
Unduh file ekstensi Craigslist Jobs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ihfloajilpmkghkiknpeamadkcnljjek |
URL Resmi | https://chrome.google.com/webstore/detail/craigslist-jobs/ihfloajilpmkghkiknpeamadkcnljjek |
Deskripsi | Search for jobs on Craigslist. |
Ukuran File | 55 KB |
Jumlah Instalasi | 185 |
Versi Saat Ini | 1.9 |
Terakhir Diperbarui | 2019-08-22 |
Tanggal Publikasi | 2019-08-22 |
Penilaian | 2.83/5 Total 6 Penilaian |
Pengembang | http://joshmckibbin.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://kibb.in/cljobs |
Bahasa yang Didukung | 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\/" ] } |