WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
EazJob - linkedin Auto Apply

EazJob - linkedin Auto Apply

View on Chrome Web Store
View EazJob - linkedin Auto Apply Chrome Extension on Chrome Web Store
Add to bookmarks
2.7 (7 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

EazJob is a linkedin Auto Apply in your browser
Type
Extension
Users
152 users
2
Website eazjob.com
mero20261
View author page of mero20261
Published
Published on May 14, 2025
Version 107.1
Manifest version
3
Updated
Updated on May 31, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View EazJob - linkedin Auto Apply Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EazJob - linkedin Auto Apply",
    "version": "107.1",
    "description": "EazJob is a linkedin Auto Apply in your browser",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "EazJob - linkedin AutoApply",
        "default_icon": {
            "16": "logo-mini.png",
            "48": "logo-mini.png",
            "128": "logo-mini.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.eazjob.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/localhost\/*",
        "*:\/\/*.eazjob.com\/*",
        "*:\/\/*.linkedin.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js",
                "assets\/*",
                "dist\/*"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.eazjob.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top