Commit Auto Apply

Commit Extension: AI-powered tool for job seekers to auto apply at top startups seamlessly.

Commit Auto Apply란 무엇입니까?

Commit Auto Apply은(는) Commit.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Commit Extension: AI-powered tool for job seekers to auto apply at top startups seamlessly."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The smart way to search and apply to jobs that match your preferences - all in ONE click.
Set up your profile on Commit and let our AI technology work its magic to find you roles that match your unique job preferences, qualifications, and desired industries. Best part yet - the extension auto applies to suitable jobs on your behalf and tracks the application status, all in one place.
Forget about spending crazy hours on manual job searches and completing lengthy, burdensome applications. You can now use that time to focus on what truly matters - prepping to ace your interviews and landing that dream job.
Commit Auto Apply works on nearly all job boards and websites, ensuring you never miss an opportunity that could be your ideal fit. Download Commit Auto Apply and expedite your job search the smart way.                    

확장 프로그램 기본 정보

이름 Commit Auto Apply Commit Auto Apply
ID kdcodgnppjkddajgcafedcgphnmcknfj
공식 URL https://chromewebstore.google.com/detail/commit-auto-apply/kdcodgnppjkddajgcafedcgphnmcknfj
설명 Commit Extension: AI-powered tool for job seekers to auto apply at top startups seamlessly.
파일 크기 4.87 MB
설치 횟수 104
현재 버전 0.0.2
최근 업데이트 2023-08-07
출시 날짜 2023-07-29
평점 5.00/5 총 3 개의 평점
개발자 Commit.dev
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://commit.dev/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Commit Auto Apply",
    "version": "0.0.2",
    "manifest_version": 3,
    "description": "Commit Extension: AI-powered tool for job seekers to auto apply at top startups seamlessly.",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/service-worker.js",
        "type": "module"
    }
}