Job notifier
Get notified when new job listed!
Job notifier란 무엇입니까?
Job notifier은(는) https://crazychro.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get notified when new job listed!"입니다.
확장 프로그램 스크린샷
Job notifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Searching for a job? How about get notified when new job comes? Job notifier is a simple tool for people tired of refreshing job listing sites and type keywords. Fill the job search keywords, and the location once in the settings tab. This extension will check jobs meet your criteria every minutes in the background. when new jobs come out, it will display a number for you to check out. Did i also mention that you can opt out job listings from agencies? it's a cool feature I use every day. Enjoy, and good luck! Supported countries: United States Argentina Australia Austria Bahrain Belgium Brazil Canada Chile China Colombia Czech Republic Denmark Finland France Germany Greece Hong Kong Hungary India Indonesia Ireland Israel Italy Japan Korea Kuwait Luxembourg Malaysia Mexico Netherlands New Zealand Norway Oman Pakistan Peru Philippines Poland Portugal Qatar Romania Russia Saudi Arabia Singapore South Africa Spain Sweden Switzerland Taiwan Turkey United Arab Emirates United Kingdom Venezuela
확장 프로그램 기본 정보
이름 | Job notifier |
ID | bofkjmlneihoopconedicpjghlcnobio |
공식 URL | https://chromewebstore.google.com/detail/job-notifier/bofkjmlneihoopconedicpjghlcnobio |
설명 | Get notified when new job listed! |
파일 크기 | 137 KB |
설치 횟수 | 84 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2015-02-04 |
출시 날짜 | 2014-08-28 |
평점 | 3.20/5 총 5 개의 평점 |
개발자 | https://crazychro.me |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Job notifier", "version": "1.0.2", "description": "Get notified when new job listed!", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "persistent": false, "scripts": [ "source\/store.js", "source\/background.js" ] }, "permissions": [ "alarms", "https:\/\/ext-chrome.appspot.com\/" ] } |