Craigslist Jobs
Search for jobs on Craigslist.
Что такое Craigslist Jobs?
Craigslist Jobs - это расширение Chrome, разработанное http://joshmckibbin.com, и его основная функция - "Search for jobs on Craigslist.".
Снимки экрана расширения
Скачать файл CRX расширения Craigslist Jobs
Скачайте файлы расширений Craigslist Jobs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | ihfloajilpmkghkiknpeamadkcnljjek |
Официальный URL | https://chrome.google.com/webstore/detail/craigslist-jobs/ihfloajilpmkghkiknpeamadkcnljjek |
Описание | Search for jobs on Craigslist. |
Размер файла | 55 KB |
Количество установок | 185 |
Текущая Версия | 1.9 |
Последнее Обновление | 2019-08-22 |
Дата публикации | 2019-08-22 |
Рейтинг | 2.83/5 Всего 6 оценок |
Разработчик | http://joshmckibbin.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://kibb.in/cljobs |
Поддерживаемые языки | 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\/" ] } |