JobSeriously - Job Search Log
The best way to keep track of your job search. Ditch the spreadsheets and stay organized the quick and easy way.
JobSeriously - Job Search Log란 무엇입니까?
JobSeriously - Job Search Log은(는) http://jobseriously.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best way to keep track of your job search. Ditch the spreadsheets and stay organized the quick and easy way."입니다.
확장 프로그램 스크린샷
JobSeriously - Job Search Log 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Now you don't have to spend hours logging job searches in your spreadsheets or searching tons of individual job boards. JobSeriously helps you to find millions of jobs from thousands of company web sites, job boards and newspapers. This plugin will automatically add any job you find to your JobSeriously job search log. JobSeriously automatically extracts basic job listing details from many sites (using Microdata format and other special rules). * We are adding support for more sites all the time. If your site does not extract job data automatically, let us know and we will do our best to add support fast. This extension requires a JobSeriously account. You can get one for free at http://jobseriously.com.
확장 프로그램 기본 정보
이름 | |
ID | cfnhnpdikcalknhpbcjfjkapeaolhoia |
공식 URL | https://chrome.google.com/webstore/detail/jobseriously-job-search-l/cfnhnpdikcalknhpbcjfjkapeaolhoia |
설명 | The best way to keep track of your job search. Ditch the spreadsheets and stay organized the quick and easy way. |
파일 크기 | 69.05 KB |
설치 횟수 | 75 |
현재 버전 | 2013.9.30.0 |
최근 업데이트 | 2013-09-30 |
출시 날짜 | 2013-09-30 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://jobseriously.com |
결제 유형 | free |
도움말 페이지 URL | http://jobseriously.uservoice.com/forums/40095-feedback |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JobSeriously - Job Search Log", "description": "The best way to keep track of your job search. Ditch the spreadsheets and stay organized the quick and easy way.", "version": "2013.9.30.0", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "images\/icon19.png", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "images\/star.png", "images\/star_grey.png", "images\/default-avatar.png", "js\/scan.js" ], "background": { "page": "background.html", "persistent": true } } |