Findmjob: Push Jobs to You
Push jobs next to you.
Findmjob: Push Jobs to You란 무엇입니까?
Findmjob: Push Jobs to You은(는) http://findmjob.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Push jobs next to you."입니다.
확장 프로그램 스크린샷
Findmjob: Push Jobs to You 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
FindmJob: Push jobs next to you. Homepage: http://findmjob.com/ Please submit your issues at https://github.com/fayland/findmjob.com_chrome_extension/issues
확장 프로그램 기본 정보
이름 | |
ID | ogknnjoiljfafebechhnjgjommbolhoa |
공식 URL | https://chrome.google.com/webstore/detail/findmjob-push-jobs-to-you/ogknnjoiljfafebechhnjgjommbolhoa |
설명 | Push jobs next to you. |
파일 크기 | 20.99 KB |
설치 횟수 | 30 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2014-10-11 |
출시 날짜 | 2014-10-11 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://findmjob.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Findmjob: Push Jobs to You", "version": "0.0.3", "manifest_version": 2, "description": "Push jobs next to you.", "homepage_url": "http:\/\/findmjob.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Findmjob Updates", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "notifications", "http:\/\/findmjob.com\/*" ] } |