Craigslist Jobs
Search for jobs on Craigslist.
Craigslist Jobs란 무엇입니까?
Craigslist Jobs은(는) http://joshmckibbin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search for jobs on Craigslist."입니다.
확장 프로그램 스크린샷
Craigslist Jobs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/" ] } |