Easywork: Upwork helper
Upwork helper for freelancers
Was ist Easywork: Upwork helper?
Easywork: Upwork helper ist eine Chrome-Erweiterung, die von Iskandar S entwickelt wurde, und ihr Hauptmerkmal ist "Upwork helper for freelancers".
Erweiterungsscreenshots
Easywork: Upwork helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Easywork: Upwork helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Easywork: Upwork helper |
ID | ommfnkjgcoljfppejglmlhoodcpcgpfh |
Offizielle URL | https://chromewebstore.google.com/detail/easywork-upwork-helper/ommfnkjgcoljfppejglmlhoodcpcgpfh |
Beschreibung | Upwork helper for freelancers |
Dateigröße | 200 KB |
Installationsanzahl | 55 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2024-01-18 |
Veröffentlichungsdatum | 2024-01-15 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Iskandar S |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } } |