Upwork Job Scorer & Spam Detector
This Extension aims to help new freelancers on Upwork to get the right jobs without wasting much connects.
Apa itu Upwork Job Scorer & Spam Detector?
Upwork Job Scorer & Spam Detector adalah ekstensi Chrome yang dikembangkan oleh Hassan Raza, dan fitur utamanya adalah "This Extension aims to help new freelancers on Upwork to get the right jobs without wasting much connects.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Upwork Job Scorer & Spam Detector
Unduh file ekstensi Upwork Job Scorer & Spam Detector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Upwork Job Scorer & Spam Detector |
ID | fijfnmejolpffhlacgonlnmhdbpnndjk |
URL Resmi | https://chromewebstore.google.com/detail/upwork-job-scorer-spam-de/fijfnmejolpffhlacgonlnmhdbpnndjk |
Deskripsi | This Extension aims to help new freelancers on Upwork to get the right jobs without wasting much connects. |
Ukuran File | 200 KB |
Jumlah Instalasi | 2,627 |
Versi Saat Ini | 4.3.8 |
Terakhir Diperbarui | 2023-11-30 |
Tanggal Publikasi | 2022-03-28 |
Penilaian | 3.40/5 Total 5 Penilaian |
Pengembang | Hassan Raza |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.linkedin.com/in/hassan-raza-531152109/ |
URL Halaman Bantuan | https://www.linkedin.com/in/hassan-raza-531152109/ |
URL Halaman Kebijakan Privasi | https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863 |
Bahasa yang Didukung | 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": [] } ] } |