Apply Wiz - Automatic Job Applier

Automatically apply to jobs on sites like LinkedIn, making you productive in your job search with job application automation!

Apply Wiz - Automatic Job Applier란 무엇입니까?

Apply Wiz - Automatic Job Applier은(는) applywiz.official에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically apply to jobs on sites like LinkedIn, making you productive in your job search with job application automation!"입니다.

확장 프로그램 스크린샷

screenshot

Apply Wiz - Automatic Job Applier 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Revolutionize your LinkedIn job search with ApplyWiz – your ultimate ally in the world of job application automation! 🚀 Tired of spending hours scrolling through job listings and submitting applications? It's time to take your job hunt to the next level. 🌟 

Unleash the full potential of ApplyWiz by creating an account at https://apply-wiz.com/ and selecting a plan that suits your needs. 🎯 Whether you're a seasoned professional or just starting your career journey, ApplyWiz is your ticket to simplified and successful job applications. 🤖 

Imagine customizing your job search criteria, from preferred roles and locations to specific skills, all in one intuitive dashboard. ApplyWiz then works its magic by automatically applying to jobs on your behalf. ⚡ Our smart filters ensure that you're targeting the most relevant opportunities, while our advanced tag matching feature boosts your application's compatibility. 

But that's not all – ApplyWiz respects your unique LinkedIn profile by seamlessly integrating with pre-filled input fields, ensuring that your personal information shines while applying. Plus, with a real-time job application report at https://apply-wiz.com/report, you'll stay informed about your progress every step of the way. 

Why wait? Your dream job is just a few clicks away. Say goodbye to the hassle and hello to efficiency. Elevate your job search game with ApplyWiz – where automation meets opportunity. 💼🌐 Your career success story starts here!                    

확장 프로그램 기본 정보

이름 Apply Wiz - Automatic Job Applier Apply Wiz - Automatic Job Applier
ID dinpigdpibachncjbcnhfceiocngmlek
공식 URL https://chromewebstore.google.com/detail/apply-wiz-automatic-job-a/dinpigdpibachncjbcnhfceiocngmlek
설명 Automatically apply to jobs on sites like LinkedIn, making you productive in your job search with job application automation!
파일 크기 363 KB
설치 횟수 37
현재 버전 1.1.0
최근 업데이트 2023-09-22
출시 날짜 2023-07-18
평점 5.00/5 총 2 개의 평점
개발자 applywiz.official
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://apply-wiz.com/
도움말 페이지 URL https://apply-wiz.com/contact
개인정보 보호 정책 페이지 URL https://apply-wiz.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Apply Wiz - Automatic Job Applier",
    "description": "Automatically apply to jobs on sites like LinkedIn, making you productive in your job search with job application automation!",
    "version": "1.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/jobs\/search\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*\/*"
            ],
            "js": [
                "linkedInProfileContent.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/jobs\/application-settings\/"
            ],
            "js": [
                "linkedInJobSettings.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "Apply Wiz - Automatic Job Applier",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/16x.png",
            "32": "\/icons\/32x.png",
            "48": "\/icons\/48x.png",
            "128": "\/icons\/128x.png"
        }
    },
    "icons": {
        "16": "\/icons\/16x.png",
        "32": "\/icons\/32x.png",
        "48": "\/icons\/48x.png",
        "128": "\/icons\/128x.png"
    }
}