Easywork: Upwork helper
Upwork helper for freelancers
Qu'est-ce que Easywork: Upwork helper ?
Easywork: Upwork helper est une extension Chrome développée par Iskandar S, et sa fonction principale est "Upwork helper for freelancers".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Easywork: Upwork helper
Téléchargez les fichiers d'extension Easywork: Upwork helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Easywork: Upwork helper |
ID | ommfnkjgcoljfppejglmlhoodcpcgpfh |
URL Officiel | https://chromewebstore.google.com/detail/easywork-upwork-helper/ommfnkjgcoljfppejglmlhoodcpcgpfh |
Description | Upwork helper for freelancers |
Taille du Fichier | 200 KB |
Nombre d'Installations | 55 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2024-01-18 |
Date de Publication | 2024-01-15 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Iskandar S |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } |