Easywork: Upwork helper
Upwork helper for freelancers
What is Easywork: Upwork helper?
Easywork: Upwork helper is a Chrome extension developed by Iskandar S, and its main feature is "Upwork helper for freelancers".
Extension Screenshots
Download Easywork: Upwork helper Extension CRX File
Download Easywork: Upwork helper 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
Empower your freelance journey with our Chrome extension designed to streamline your Upwork experience, helps you save time looking for your next job! -Shows you how much you will earn from each job (-10%fee and connects cost) -Shows you how many connects you will have left if you apply to a job -Highlights jobs from clients with verified payment method -Highlights in red Post time if it's too old -Highlights in red "Client spent" it's too low -Highlights Proposals number
Extension Basic Information
Name | Easywork: Upwork helper |
ID | ommfnkjgcoljfppejglmlhoodcpcgpfh |
Official URL | https://chromewebstore.google.com/detail/easywork-upwork-helper/ommfnkjgcoljfppejglmlhoodcpcgpfh |
Description | Upwork helper for freelancers |
File Size | 200 KB |
Installation Count | 55 |
Current Version | 1.1.0 |
Last Updated | 2024-01-18 |
Publish Date | 2024-01-15 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Iskandar S |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easywork: Upwork helper", "description": "Upwork helper for freelancers", "version": "1.1.0", "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.upwork.com\/nx\/find-work\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "144": "images\/128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16.png", "48": "images\/48.png", "144": "images\/128.png" } } } |