Lever App Filler Plugin
This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.
Lever App Filler Plugin란 무엇입니까?
Lever App Filler Plugin은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System."입니다.
확장 프로그램 스크린샷
Lever App Filler Plugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chrome extension to make it easy to fill out job applications using Lever.co's application tracking system. Stores information inside Chrome local storage and uses JQuery to validate Lever's ATS and pre-fill information in the text fields.
확장 프로그램 기본 정보
이름 | |
ID | eehdfhkagnegkdkjbklapdkcdnefkcgb |
공식 URL | https://chromewebstore.google.com/detail/lever-app-filler-plugin/eehdfhkagnegkdkjbklapdkcdnefkcgb |
설명 | This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System. |
파일 크기 | 40.91 KB |
설치 횟수 | 17 |
현재 버전 | 1.1 |
최근 업데이트 | 2017-05-18 |
출시 날짜 | 2017-05-18 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lever App Filler Plugin", "description": "This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.", "version": "1.1", "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": true }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "jquery-3.2.0.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "activeTab", "storage" ] } |