Untapped Quick Apply
Quick apply to thousands of jobs. With Untapped Quick Apply, fill out your job applications in one click.
Untapped Quick Apply란 무엇입니까?
Untapped Quick Apply은(는) https://untapped.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick apply to thousands of jobs. With Untapped Quick Apply, fill out your job applications in one click."입니다.
확장 프로그램 스크린샷
Untapped Quick Apply 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Never waste time filling out the same information over and over again on a job application. Untapped Quick Apply instantly fills out job applications with your saved information on thousands of career websites. HOW IT WORKS Save your profile in Untapped to use it as a common application so you never have to re-type information again. Untapped Quick Apply is compatible with applications to the biggest companies out there, allowing you to apply to jobs on thousands of career websites. Speed up your job application process by pre-filling any application with 1 click. Join 700k+ job seekers who have applied to jobs with Untapped. PRIVACY The content of your Untapped profile never leaves your browser. Your information won’t be shared without your consent. CONTACT US Email: [email protected]
확장 프로그램 기본 정보
이름 | Untapped Quick Apply |
ID | cpbkedjckfglnakkdcignmkdgdkjlcmk |
공식 URL | https://chromewebstore.google.com/detail/untapped-quick-apply/cpbkedjckfglnakkdcignmkdgdkjlcmk |
설명 | Quick apply to thousands of jobs. With Untapped Quick Apply, fill out your job applications in one click. |
파일 크기 | 295 KB |
설치 횟수 | 4,000 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2023-09-15 |
출시 날짜 | 2023-06-20 |
평점 | 1.20/5 총 5 개의 평점 |
개발자 | https://untapped.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.untapped.io/ |
도움말 페이지 URL | https://support.untapped.io/s/article/Candidate-Quick-Apply-Browser-Extension-FAQ |
개인정보 보호 정책 페이지 URL | https://www.untapped.io/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Untapped Quick Apply", "version": "1.0.4", "description": "Quick apply to thousands of jobs. With Untapped Quick Apply, fill out your job applications in one click.", "action": { "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "default_title": "Popup Sample", "default_popup": "popup\/index.html" }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start", "js": [ "content-scripts\/import-main.js" ], "all_frames": true } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "resources": [ "assets\/*" ] }, { "resources": [ "chunks\/*-*.js", "content-scripts\/main.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "https:\/\/www.untapped.io\/*" ] } ], "permissions": [ "cookies", "tabs" ], "host_permissions": [ "https:\/\/www.untapped.io\/*" ] } |