WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Upwork Smart - AI Assistant & Quick Apply Latest Jobs

Upwork Smart - AI Assistant & Quick Apply Latest Jobs

View on Chrome Web Store
View Upwork Smart - AI Assistant & Quick Apply Latest Jobs Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (11 ratings)
0 views
This extension has been viewed 0 times

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

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 26, 2025.

Automating proposal submissions, generate cover letters using AI assistant, and networking with potential partners on Upwork.
Type
Extension
Users
370 users
6
Website lienlau.com
lienlau.com
View author page of lienlau.com
Published
Published on January 11, 2023
Version 2.20
Manifest version
3
Updated
Updated on July 13, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Upwork Smart - AI Assistant & Quick Apply Latest Jobs 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": "Upwork Smart - AI Assistant & Quick Apply Latest Jobs",
    "short_name": "Upwork Apply Smart",
    "action": {
        "default_popup": "index.html",
        "default_title": "Upwork Smart - AI Assistant & Quick Apply Latest Jobs"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Automating proposal submissions, generate cover letters using AI assistant, and networking with potential partners on Upwork.",
    "icons": {
        "16": "media\/upwork-automated.png",
        "48": "media\/upwork-automated.png",
        "128": "media\/upwork-automated.png"
    },
    "background": {
        "service_worker": "backend\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "frontend\/main.js"
            ],
            "matches": [
                "*:\/\/*.upwork.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "frontend\/define-variables.js"
            ],
            "matches": [
                "*:\/\/*.upwork.com\/*"
            ],
            "run_at": "document_end",
            "world": "MAIN"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "frontend\/locales\/*.json"
            ],
            "matches": [
                "*:\/\/*.upwork.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.upwork.com\/*",
        "*:\/\/*.lienlau.com\/*",
        "*:\/\/*.clickbank.net\/*"
    ],
    "manifest_version": 3,
    "permissions": [
        "alarms",
        "activeTab",
        "debugger",
        "tabs",
        "notifications",
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "version": "2.20"
}
© 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