Craigslist Jobs
Search for jobs on Craigslist.
O que é Craigslist Jobs?
Craigslist Jobs é uma extensão do Chrome desenvolvida por http://joshmckibbin.com, e sua principal característica é "Search for jobs on Craigslist.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Craigslist Jobs
Baixe arquivos de extensão Craigslist Jobs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ihfloajilpmkghkiknpeamadkcnljjek |
URL Oficial | https://chrome.google.com/webstore/detail/craigslist-jobs/ihfloajilpmkghkiknpeamadkcnljjek |
Descrição | Search for jobs on Craigslist. |
Tamanho do Arquivo | 55 KB |
Contagem de Instalações | 185 |
Versão Atual | 1.9 |
Última Atualização | 2019-08-22 |
Data de Publicação | 2019-08-22 |
Classificação | 2.83/5 Total de 6 Avaliações |
Desenvolvedor | http://joshmckibbin.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://kibb.in/cljobs |
Idiomas Suportados | 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\/" ] } |