Upwork Job Scorer & Spam Detector
This Extension aims to help new freelancers on Upwork to get the right jobs without wasting much connects.
Cos'è Upwork Job Scorer & Spam Detector?
Upwork Job Scorer & Spam Detector è un'estensione di Chrome sviluppata da Hassan Raza, e la sua funzione principale è "This Extension aims to help new freelancers on Upwork to get the right jobs without wasting much connects.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Upwork Job Scorer & Spam Detector
Scarica i file di estensione Upwork Job Scorer & Spam Detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Just Started on Upwork as a Freelancer? Meet Upwork Job Scorer. help you to apply to the right job. Are You New Freelancer Just Getting Started? And You don't know which job to apply to? Fear of loosing connects? With this Extension, you can apply on the right job which will increase your chance of getting hired and saves your connects by letting to you know about the job, which could result in loss of connects. As we all know how important, the upwork connects are to us. So our aim is to help new freelancer, find the right job! New Features Added: - Spam Job Detector - Increase the Accuracy of Job Scoring - Minor UI Improvements - Minor Bugs Fixes Found a bug? The project is open sourced, feel free to collaborate =) https://github.com/Hassanrkbiz/Upwork-Job-Scorer This Extension is not affiliated with or endorsed or sponsored by Upwork.
Informazioni di Base sull'Estensione
Nome | Upwork Job Scorer & Spam Detector |
ID | fijfnmejolpffhlacgonlnmhdbpnndjk |
URL Ufficiale | https://chromewebstore.google.com/detail/upwork-job-scorer-spam-de/fijfnmejolpffhlacgonlnmhdbpnndjk |
Descrizione | This Extension aims to help new freelancers on Upwork to get the right jobs without wasting much connects. |
Dimensione del File | 200 KB |
Conteggio Installazioni | 2,627 |
Versione Corrente | 4.3.8 |
Ultimo Aggiornamento | 2023-11-30 |
Data di Pubblicazione | 2022-03-28 |
Valutazione | 3.40/5 Totale 5 Valutazioni |
Sviluppatore | Hassan Raza |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.linkedin.com/in/hassan-raza-531152109/ |
URL della Pagina di Aiuto | https://www.linkedin.com/in/hassan-raza-531152109/ |
URL della Pagina della Politica sulla Privacy | https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863 |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This Extension aims to help new freelancers on Upwork to get the right jobs without wasting much connects.", "version": "4.3.8", "manifest_version": 3, "name": "Upwork Job Scorer & Spam Detector", "action": [], "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.upwork.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "logo.png" ], "matches": [] } ] } |