Upwork ChatGPT
Power your Upwork job applications with ChatGPT
What is Upwork ChatGPT?
Upwork ChatGPT is a Chrome extension developed by jobbyrate, and its main feature is "Power your Upwork job applications with ChatGPT".
Extension Screenshots
Download Upwork ChatGPT Extension CRX File
Download Upwork ChatGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Power your job applications on Upwork with ChatGPT. GPT will automatically fill your cover letters using the job description and your unique skills & work experience, boosting your sales.
Extension Basic Information
Name | Upwork ChatGPT |
ID | cabldhfijcconbciidohgpbnnaaldgaj |
Official URL | https://chromewebstore.google.com/detail/upwork-chatgpt/cabldhfijcconbciidohgpbnnaaldgaj |
Description | Power your Upwork job applications with ChatGPT |
File Size | 357 KB |
Installation Count | 258 |
Current Version | 0.2.8 |
Last Updated | 2023-03-27 |
Publish Date | 2023-01-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jobbyrate |
[email protected] | |
Payment Type | free |
Extension Website | https://www.jobbyrate.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Upwork ChatGPT", "action": { "default_popup": "popup.html" }, "manifest_version": 3, "version": "0.2.8", "description": "Power your Upwork job applications with ChatGPT", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/*.jobbyrate.com\/, *:\/\/*.upwork.com\/" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.upwork.com\/*apply*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": false } ] } |