EasyJobs - Autofill job applications

Your one-click solution to job applications. Powered by AI.

What is EasyJobs - Autofill job applications?

EasyJobs - Autofill job applications is a Chrome extension developed by https://easyjobs.so, and its main feature is "Your one-click solution to job applications. Powered by AI.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download EasyJobs - Autofill job applications Extension CRX File

Download EasyJobs - Autofill job applications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tired of filling out job applications by hand? EasyJobs is a one-click solution to job applications. Tell us your backgrounds such as education and work experience, and this Chrome extension will automatically fill job application forms for you.                    

Extension Basic Information

Name EasyJobs - Autofill job applications EasyJobs - Autofill job applications
ID bgadbfbglghghbbiaifneokpapebncmk
Official URL https://chromewebstore.google.com/detail/easyjobs-autofill-job-app/bgadbfbglghghbbiaifneokpapebncmk
Description Your one-click solution to job applications. Powered by AI.
File Size 516 KB
Installation Count 7,250
Current Version 0.3.7
Last Updated 2022-09-16
Publish Date 2021-12-29
Rating 3.77/5 Total 47 Ratings
Developer https://easyjobs.so
Email [email protected]
Payment Type free
Extension Website https://easyjobs.so/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EasyJobs - Autofill job applications",
    "description": "Your one-click solution to job applications. Powered by AI.",
    "version": "0.3.7",
    "manifest_version": 3,
    "icons": {
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "action": {
        "default_title": "Open Dashboard",
        "default_popup": "popup\/test.html"
    }
}