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.
{ "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" }