WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Upwork Modern Workflow — Review Jobs Faster with a 3-Column Layout

Upwork Modern Workflow — Review Jobs Faster with a 3-Column Layout

View on Chrome Web Store
View Upwork Modern Workflow — Review Jobs Faster with a 3-Column Layout Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 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.

Help freelancers win more Upwork jobs with smart alerts, AI cover letters, and quick applies before 5 proposals.
Type
Extension
Users
83 users
1
UpworkDreamJob
View author page of UpworkDreamJob
Published
Published on April 20, 2024
Version 7.0.0
Manifest version
3
Updated
Updated on January 17, 2026
productivity/workflow
Extension Category
View on Chrome Web Store
View Upwork Modern Workflow — Review Jobs Faster with a 3-Column Layout 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": "Upwork Modern Workflow \u2014 Review Jobs Faster with a 3-Column Layout",
    "version": "7.0.0",
    "description": "Help freelancers win more Upwork jobs with smart alerts, AI cover letters, and quick applies before 5 proposals.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "notifications",
        "activeTab",
        "scripting",
        "storage",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.upwork.com\/nx\/find-work\/*"
            ],
            "js": [
                "content.js",
                "write_job_letter.js",
                "findwork_layout.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.upwork.com\/nx\/search\/jobs\/*"
            ],
            "js": [
                "search_jobs_content.js",
                "write_job_letter.js",
                "search_jobs.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.upwork.com\/ab\/messages\/rooms\/*"
            ],
            "js": [
                "messages.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/chatgpt.com\/*"
            ],
            "js": [
                "chatgpt.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "images\/icon-16x.png",
        "48": "images\/icon-48x.png",
        "128": "images\/icon-128x.png"
    },
    "action": {
        "default_popup": "login.html",
        "default_icon": {
            "16": "images\/icon-16x.png",
            "48": "images\/icon-48x.png",
            "128": "images\/icon-128x.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 2026 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