Simplify Copilot - Autofill job applications

The better way to job search. Quick apply and autofill job applications in one click. Track jobs, companies, resumes & more!

Simplify Copilot - Autofill job applications란 무엇입니까?

Simplify Copilot - Autofill job applications은(는) https://simplify.jobs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The better way to job search. Quick apply and autofill job applications in one click. Track jobs, companies, resumes & more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Simplify Copilot - Autofill job applications 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use your Simplify profile to quick apply and autofill your job & internship applications online in one click! Simplify Copilot instantly fills out job applications with your saved information on thousands of career websites. Plus, track your job applications with our automatic job tracker to stay organized and get personalized career growth and job recommendations. 

Simplify Copilot works with most job boards and ATS systems, making it fast and easy to track and manage all your job applications in one place. Automate your job applications from hundreds of sites including Workday, Lever, Greenhouse and millions of other career sites! 

Join hundreds of thousands of job seekers on our platform who have submitted over 15m+ applications with Simplify! Discover and apply to your next role today!

––––––––––––

*By downloading this extension, you are agreeing to our Terms of Service here: https://simplify.jobs/terms. Please also take a moment to review our Privacy Policy here: https://simplify.jobs/privacy

**Need help? We’re always one email away: [email protected]                    

확장 프로그램 기본 정보

이름 Simplify Copilot - Autofill job applications Simplify Copilot - Autofill job applications
ID pbanhockgagggenencehbnadejlgchfc
공식 URL https://chromewebstore.google.com/detail/simplify-copilot-autofill/pbanhockgagggenencehbnadejlgchfc
설명 The better way to job search. Quick apply and autofill job applications in one click. Track jobs, companies, resumes & more!
파일 크기 5.74 MB
설치 횟수 300,171
현재 버전 1.6.17
최근 업데이트 2024-02-07
출시 날짜 2021-02-26
평점 4.86/5 총 1793 개의 평점
개발자 https://simplify.jobs
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://simplify.jobs/
도움말 페이지 URL https://simplify.jobs/support
개인정보 보호 정책 페이지 URL https://simplify.jobs/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simplify Copilot - Autofill job applications",
    "version": "1.6.17",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "The better way to job search. Quick apply and autofill job applications in one click. Track jobs, companies, resumes & more!",
    "homepage_url": "https:\/\/simplify.jobs\/",
    "short_name": "Simplify Jobs",
    "permissions": [
        "activeTab",
        "cookies",
        "contextMenus",
        "offscreen",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self' 'wasm-unsafe-eval'; connect-src *; img-src 'self' https:\/\/storage.googleapis.com https:\/\/res.cloudinary.com data:"
    },
    "author": "Simplify Jobs Inc.",
    "minimum_chrome_version": "109",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "Simplify Copilot",
        "chrome_style": false
    },
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.simplify.jobs\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "css\/*",
                "js\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}