My Perfect Resume: Customize, Autofill, Apply

Customize your resume. Autofill your applications. Apply with confidence.

Что такое My Perfect Resume: Customize, Autofill, Apply?

My Perfect Resume: Customize, Autofill, Apply - это расширение Chrome, разработанное MyPerfectResume, и его основная функция - "Customize your resume. Autofill your applications. Apply with confidence.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения My Perfect Resume: Customize, Autofill, Apply

Скачайте файлы расширений My Perfect Resume: Customize, Autofill, Apply в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Boost your job search with the My Perfect Resume Chrome extension.
Helps you find a suitable job and apply for the job.
Tells you how well your resume matches to a job and gives you opportunity to customize your resume for a job.
This extension allows you to search for jobs on leading job boards, get a job-specific resume match score for each job you view, customize your resume for the job, and apply for jobs faster with our convenient autofill tool. 

The My Perfect Resume Chrome extension works on these job boards:

Indeed, Glassdoor, LinkedIn, Careerbuilder, Monster, ZipRecruiter, Google, Snagajob, SimplyHired and USAjobs.gov 

FEATURES 

- Resume Match Score
When you search for a job through the job boards listed above, you’ll receive a resume match score between 0-100, so you can see how well your resume fits the opportunity. The better the score, the better the fit.

- Fast, Easy Customization
The resume customizer will provide specific suggestions to improve your resume, so you can boost your resume match score, and increase your chances of landing the job.

- Save Time Applying with Autofill
Our autofill tool makes your job search easier by automatically filling out repetitive fields on job applications. (Note: you must fill out fields at least once before autofill will work.) 

$2.95 for 14 days, cancel anytime.
After 14 days, auto-renews every four weeks at $24.95

By downloading this extension you agree to our Terms of Use and Privacy Policy.

Also, in the interest of transparency please note in order to provide you continually improving autofill performance, this extension adapts and learns using your browsing URLs.                    

Основная информация о расширении

Название My Perfect Resume: Customize, Autofill, Apply My Perfect Resume: Customize, Autofill, Apply
ID llbgllhagidimpeffpakgbcagihbcmhc
Официальный URL https://chrome.google.com/webstore/detail/my-perfect-resume-customi/llbgllhagidimpeffpakgbcagihbcmhc
Описание Customize your resume. Autofill your applications. Apply with confidence.
Размер файла 3.78 MB
Количество установок 14,501
Текущая Версия 1.21.21
Последнее Обновление 2021-08-01
Дата публикации 2020-07-01
Рейтинг 2.20/5 Всего 5 оценок
Разработчик MyPerfectResume
Электронная почта [email protected]
URL страницы политики конфиденциальности https://www.myperfectresume.com/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Customize your resume. Autofill your applications. Apply with confidence.",
    "version": "1.21.21",
    "icons": {
        "48": "sys-res\/myperfectresume-icon-48.png",
        "128": "sys-res\/myperfectresume-icon-128.png"
    },
    "page_action": {
        "default_icon": {
            "48": "sys-res\/myperfectresume-icon-48.png",
            "128": "sys-res\/myperfectresume-icon-128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "tabs",
        "*:\/\/*.myperfectresume.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.myperfectresume.com\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "web_accessible_resources": [
        "img\/*",
        "css\/*",
        "data\/*",
        "js\/*",
        "images\/*",
        "zion-customizer.html"
    ],
    "name": "My Perfect Resume: Customize, Autofill, Apply",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArTgvQRVMz+UprYieP5UdHBuMeIJvXKUKVoZANU7NTSzokHm1jhUJ0kKevpoNZCI4gU\/4fbXtc8qJg2PHANSFmOHPS4B1KID+Rn7COujNrhpmpe4DHFQ2SzeZ+INPr56mPL1bRUEaao9\/UHBlsd\/qW\/JIGK3iB\/Hy3G5izOQLxh244tyoLgtYtiec1FjkGqg1i8Xf9W12i7738ANeZ5UdDnfUrt+P6IUVOtAeWz2QVt81jdLa2MuQ+pqajGa2MJ9eP1DHZyx9Wq\/gTfS9z\/iidB\/2\/aU+ix5fzlTsVioXeklRiGwjfY0b1jpLn7cg5tniOBn1UHPaR8BpO5WiYFS9hwIDAQAB",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.mxpnl.com https:\/\/cdn.segment.com\/ https:\/\/www.google-analytics.com; object-src 'self';"
}