Easy Apply

Apply to AngelList jobs automatically

Easy Apply란 무엇입니까?

Easy Apply은(는) raj.bhojan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Apply to AngelList jobs automatically"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Easy Apply 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Job Applications are monotonic and tiring. You have to copy-paste the same cover letter multiple times which is counterproductive and time-consuming. 

Easy Apply is a bot that automates the process of job applications for you. The extension is easy to use and completely free. You can apply upto 30 jobs in 3 minutes.

The extension currently works on AngelList. It would be made available for other platforms soon.                    

확장 프로그램 기본 정보

이름 Easy Apply Easy Apply
ID pgdkaehkejiaemknlpknmjioedpjaphg
공식 URL https://chromewebstore.google.com/detail/easy-apply/pgdkaehkejiaemknlpknmjioedpjaphg
설명 Apply to AngelList jobs automatically
파일 크기 14.1 KB
설치 횟수 219
현재 버전 2.2
최근 업데이트 2022-09-26
출시 날짜 2021-11-13
평점 5.00/5 총 9 개의 평점
개발자 raj.bhojan
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Apply",
    "description": "Apply to AngelList jobs automatically",
    "version": "2.2",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "easy_apply_128.png",
        "48": "easy_apply_128.png",
        "128": "easy_apply_128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}