WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Notchup Auto Apply

Notchup Auto Apply

View on Chrome Web Store
View Notchup Auto Apply Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (4 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.

Streamline your job search with AI-powered auto-apply on LinkedIn
Type
Extension
Users
157 users
7
Website notchup.com
Notchup
View author page of Notchup
Published
Published on April 8, 2025
Version 1.2
Manifest version
3
Updated
Updated on April 24, 2025
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Notchup 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",
    "manifest_version": 3,
    "name": "Notchup Auto Apply",
    "description": "Streamline your job search with AI-powered auto-apply on LinkedIn",
    "version": "1.2",
    "action": {
        "default_title": "Notchup Auto Apply",
        "default_popup": "defaultInput.html",
        "default_icon": {
            "16": "assets\/notchup-icon16.png",
            "32": "assets\/notchup-icon32.png",
            "48": "assets\/notchup-icon48.png",
            "128": "assets\/notchup-icon.png"
        }
    },
    "icons": {
        "16": "assets\/notchup-icon16.png",
        "32": "assets\/notchup-icon32.png",
        "48": "assets\/notchup-icon48.png",
        "128": "assets\/notchup-icon.png"
    },
    "background": {
        "service_worker": "background.min.js"
    },
    "content_scripts": [
        {
            "js": [
                "popup.min.js",
                "content.min.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.notchup.com\/",
        "https:\/\/www.linkedin.com\/*"
    ],
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "tabs",
        "cookies"
    ]
}
© 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