CrackerJack Resume

Are you frustrated by the lack of response to your job applications? The secret may lie within your resume. Stop getting rejected…

CrackerJack Resume란 무엇입니까?

CrackerJack Resume은(는) https://crackerjackresume.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Are you frustrated by the lack of response to your job applications? The secret may lie within your resume. Stop getting rejected…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

CrackerJack Resume 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you frustrated by the lack of response to your job applications? The secret may lie within your resume. Stop getting rejected by automatic application tools by customizing your resume. Job-by-job resume keyword and formatting optimization in seconds.

With Crackerjack Resume Scanner, you can now effortlessly tailor your resume keywords and context to match the job description you're applying for, right on LinkedIn - all without leaving the page or falling victim to the applicant tracking system (ATS) filters used by hiring managers.

Key Features:

Real-time Resume Scanning: Our innovative technology scans your resume and the job description simultaneously, identifying the essential resume keywords and bullet points that will help you stand out from the competition.

Customization at Your Fingertips: Effortlessly customize your resume to fit the job requirements, using the targeted keywords and resume skills recommended by our powerful resume grader.

Outsmart the ATS Filters: Increase your chances of passing the ATS filters used by hiring managers, ensuring that your resume makes it to the top of the pile.

How It Works:

1. Install the Crackerjack Resume extension from the Google Chrome Store
2. Navigate to LinkedIn and open a job posting that interests you
3. Activate the extension and let it work its magic in real-time, scanning your resume and the job description side-by-side
4. Receive instant suggestions on how to optimize your resume keywords with the ideal context for the specific job
5. Submit your finely-tuned, targeted resume with confidence, knowing you've stacked the odds in your favor

Don't let your resume get lost in the shuffle. Craft a tailored resume that showcases your skills and experiences exactly as required by employers. Try Targeted Resume Scanner today, and unlock the potential to pass ATS filters and secure your dream job.                    

확장 프로그램 기본 정보

이름 CrackerJack Resume CrackerJack Resume
ID fgbdkdeofkmfocghddgppkdelglifokg
공식 URL https://chromewebstore.google.com/detail/crackerjack-resume/fgbdkdeofkmfocghddgppkdelglifokg
설명 Are you frustrated by the lack of response to your job applications? The secret may lie within your resume. Stop getting rejected…
파일 크기 5.72 MB
설치 횟수 60
현재 버전 2.0.0
최근 업데이트 2024-02-07
출시 날짜 2024-01-19
평점 5.00/5 총 11 개의 평점
개발자 https://crackerjackresume.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://crackerjackresume.com/
도움말 페이지 URL https://crackerjackresume.com/support/
개인정보 보호 정책 페이지 URL https://crackerjackresume.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CrackerJack Resume",
    "description": "",
    "version": "2.0.0",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuRozTSCJokP0EaNLjIWkZ5xl6LchU5CYimEMwv9Rf7aGKzcGJ+hGHhM1\/PnRg0CYZaCUFetTJfhmrSr1UcyriHXSq+JlLHKAjBkbTssybPnlQU2cFZWPIT3bOaRSokUnq8Cnwate7Cdkj6ygdojVVrv5CfywvwTyyD0QDkbPOqmdTX0eHzQfu4tikiJqgMnHrRGo8zJNsPRps1mcPLtgZf+1dJrY06ne1OatxXoaYznJdz6OSxwExbYSvzfATpF1tMECnFMiadNHNJLa4P8vvMDaTGjmi5vRqoTLJDRe2Vh8O\/z2hjIVOPK1B6ZqRb3ZcZYGLu0GOMzuZ38VKkUUwwIDAQAB",
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "identity.email",
        "activeTab",
        "background"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*"
    ],
    "background": {
        "service_worker": "bg.js",
        "type": "module"
    },
    "action": {
        "default_title": "CrackerJack",
        "default_popup": "popup.html"
    },
    "oauth2": {
        "client_id": "779490608153-4tedbv0l95e2etlifkjl9iltm2vk0s80.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.min.js",
                "Encode.js",
                "cleanLetters.js",
                "content\/vertical_nav.js",
                "content\/issue.js",
                "content\/resumeModify\/resumeModifyController.js",
                "content\/resumeModify\/personalInformation.js",
                "content\/resumeModify\/personalInformation.js",
                "content\/resumeModify\/summary.js",
                "content\/resumeModify\/experience.js",
                "content\/resumeModify\/education.js",
                "content\/resumeModify\/skills.js",
                "content\/resumeModify\/additionalSkills.js",
                "content\/loginPopup\/loginPopup.js",
                "content\/keyWords\/keyWords.js",
                "content\/bulletGenerator\/bulletGenerator.js",
                "content\/resumeAnalysis\/resumeAnalysis.js",
                "content\/preview\/preview.js",
                "content\/downloadPDF\/downloadPDF.js",
                "content\/topBar\/topBar.js",
                "content\/contentHTML\/contentHTML.js",
                "content\/NewSection\/newSection.js",
                "content\/functions.js",
                "content\/images.js",
                "content\/content.js",
                "assets\/plugins\/download.umd.min.js",
                "assets\/plugins\/html2canvas.min.js",
                "assets\/plugins\/toaster.js",
                "assets\/plugins\/sortable.js",
                "assets\/plugins\/sortable.min.js",
                "assets\/plugins\/jquery-ui.js",
                "assets\/plugins\/popper.min.js",
                "js\/firebase-app-compat.js",
                "js\/firebase-auth-compat.js",
                "js\/firebase-firestore-compat.js",
                "js\/firebase-functions-compat.min.js"
            ],
            "css": [
                "assets\/css\/toaster.css",
                "assets\/css\/bootstrap.css",
                "assets\/css\/fontawesome.css",
                "css\/content.css",
                "css\/popup.css",
                "assets\/css\/vertical_nav.css",
                "assets\/css\/issue.css"
            ]
        }
    ],
    "icons": {
        "128": "icon-logo.png"
    }
}