Job Count
Your Job Search - Simplified
Job Count란 무엇입니까?
Job Count은(는) Hango Ventures, LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your Job Search - Simplified"입니다.
확장 프로그램 스크린샷
Job Count 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
JobCount is a job finding extension that helps the casual job hunter find the jobs they want! If a company has listings on Indeed.com, JobCount will instantly let you see them. Just click on the icon and a drop down list of those jobs will appear! While you browse online, JobCount will do your job hunting for you. JobCount can also filter. For example, just type in "manager" and "San Francisco, CA" as a filter, and you'll see jobs the number of jobs available that meet your criteria as you browse the website. It's fast, efficient, and super easy to use. - You can now filter and search your results in real time! Your extension icon will only show the number of jobs that meet your filter criteria. You can update the criteria at any time. - Fixed minor bugs. - Removed Indeed.com search Updates in Version 0.7: - Created Indeed.com search in extension Updates in Version 0.13: - Enable social and email sharing of jobs in extension
확장 프로그램 기본 정보
이름 | Job Count |
ID | hebpiggjoopgmadpfcpahmhbicfefgof |
공식 URL | https://chromewebstore.google.com/detail/job-count/hebpiggjoopgmadpfcpahmhbicfefgof |
설명 | Your Job Search - Simplified |
파일 크기 | 178 KB |
설치 횟수 | 57 |
현재 버전 | 0.13 |
최근 업데이트 | 2016-02-16 |
출시 날짜 | 2016-02-15 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | Hango Ventures, LLC |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Job Count", "version": "0.13", "manifest_version": 2, "description": "Your Job Search - Simplified", "icons": { "128": "img\/icon128.png" }, "background": { "scripts": [ "\/lib\/jquery-2.1.1.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/off128.png", "default_popup": "html\/popup.html" }, "content_security_policy": "script-src 'self' https:\/\/gdc.indeed.com; object-src 'self'", "permissions": [ "tabs", "storage", "http:\/\/api.indeed.com\/*" ] } |