WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
FastApply - Free AI Automated Job Application Copilot

FastApply - Free AI Automated Job Application Copilot

View on Chrome Web Store
View FastApply - Free AI Automated Job Application Copilot Chrome Extension on Chrome Web Store
Add to bookmarks
3.6 (9 ratings)
2 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.

Apply to 100+ Jobs Across Top Jobs Platforms in Minutes.
Type
Extension
Users
1,000 users
1
zionekekenta
View author page of zionekekenta
Published
Published on November 8, 2024
Version 2.3
Manifest version
3
Updated
Updated on August 3, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View FastApply - Free AI Automated Job Application Copilot 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,
    "description": "Apply to 100+ Jobs Across Top Jobs Platforms in Minutes.",
    "name": "FastApply - Free AI Automated Job Application Copilot",
    "version": "2.3",
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "tabs",
        "background"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/fastapply.co\/*",
            "https:\/\/*.fastapply.co\/*",
            "https:\/\/app.fastapply.co\/*",
            "https:\/\/staging.fastapply.co\/*",
            "http:\/\/localhost:*\/*",
            "http:\/\/127.0.0.1:*\/*"
        ]
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content\/content-main.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "platforms\/linkedin\/linkedin.js",
                "platforms\/linkedin\/linkedin-file-handler.js",
                "platforms\/indeed\/indeed.js",
                "platforms\/recruitee\/recruitee.js",
                "platforms\/glassdoor\/glassdoor.js",
                "platforms\/workday\/workday.js",
                "platforms\/lever\/lever.js",
                "platforms\/lever\/lever-form-handler.js",
                "platforms\/lever\/lever-file-handler.js",
                "platforms\/base-platform.js",
                "platforms\/platform-registry.js",
                "services\/ai-service.js",
                "services\/application-tracker-service.js",
                "services\/user-service.js",
                "services\/status-notification-service.js",
                "services\/state-manager-service.js",
                "services\/constants.js",
                "services\/index.js",
                "ui\/styles\/automation.css",
                "ui\/components\/*.js",
                "platforms\/*\/config.json",
                "utils\/mark-links.js",
                "platforms\/recruitee\/recruitee-automation.js",
                "platforms\/recruitee\/recruitee-form-handler.js",
                "platforms\/recruitee\/recruitee-file-handler.js",
                "core\/constants.js",
                "shared\/utilities\/index.js",
                "shared\/utilities\/url-utils.js",
                "shared\/utilities\/dom-utils.js",
                "shared\/utilities\/form-utils.js",
                "shared\/utilities\/file-utils.js",
                "shared\/indeed_glassdoors\/form-handler.js",
                "shared\/base\/base-platform-automation.js",
                "shared\/base\/base-platform.js",
                "platforms\/breezy\/breezy.js",
                "platforms\/breezy\/breezy-form-handler.js",
                "platforms\/breezy\/breezy-file-handler.js",
                "platforms\/ashby\/ashby.js",
                "platforms\/ashby\/ashby-form-handler.js",
                "platforms\/ashby\/ashby-file-handler.js",
                "platforms\/workable\/workable.js",
                "platforms\/workable\/workable-form-handler.js",
                "platforms\/workable\/workable-file-handler.js",
                "platforms\/wellfound\/wellfound.js",
                "platforms\/wellfound\/wellfound-form-handler.js",
                "platforms\/wellfound\/wellfound-filter-handler.js",
                "platforms\/ziprecruiter\/ziprecruiter.js",
                "platforms\/ziprecruiter\/ziprecruiter-form-handler.js",
                "utils\/utils.js",
                "services\/constants.js",
                "core\/logger.js",
                "platforms\/greenhouse\/greenhouse.js",
                "platforms\/greenhouse\/greenhouse-form-handler.js",
                "platforms\/greenhouse\/greenhouse-file-handler.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_title": "Open FastApply",
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon16.png",
            "32": "icons\/icon48.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon16.png",
        "32": "icons\/icon48.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/fastapply.co https:\/\/*.fastapply.co http:\/\/localhost:3000"
    },
    "minimum_chrome_version": "88"
}
© 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