Easy Apply
Makes applying for jobs easier.
Easy Apply란 무엇입니까?
Easy Apply은(는) jasonou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes applying for jobs easier."입니다.
확장 프로그램 스크린샷
Easy Apply 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
# easy-apply Chrome extension for making my time applying for jobs easier. Allows me to save data that I use frequently and easily copy and paste it. Also will allow me to save positions I am interested in or applied for. ## FEATURES 1) Users are able to save simple data such as their frequenctly used LinkedIn, GitHub, Phone Number, and Email Address. 2) There are two quick links to job searching sites, LinkedIn Jobs, and Indeed. 3) Users are able to save jobs they are interested in and view them. 4) Users are able to remove and modify the status of their applications. ## Storage using the Chrome Storage API > Storage API format using a JSON representation.
확장 프로그램 기본 정보
이름 | Easy Apply |
ID | ffdpcmkeeabojbhacongdblkjcbogpab |
공식 URL | https://chromewebstore.google.com/detail/easy-apply/ffdpcmkeeabojbhacongdblkjcbogpab |
설명 | Makes applying for jobs easier. |
파일 크기 | 45.88 KB |
설치 횟수 | 113 |
현재 버전 | 1.00 |
최근 업데이트 | 2017-12-28 |
출시 날짜 | 2017-12-27 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | jasonou |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Apply", "version": "1.00", "manifest_version": 2, "description": "Makes applying for jobs easier.", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon48.png" }, "browser_action": { "default_title": "Easy Apply", "default_icon": "icons\/icon48.png", "default_popup": "popup\/popup.html" }, "permissions": [ "clipboardWrite", "storage" ] } |