Upwork Job Scorer & Spam Detector

This Extension aims to help new freelancers on Upwork to get the right jobs without wasting much connects.

What is Upwork Job Scorer & Spam Detector?

Upwork Job Scorer & Spam Detector is a Chrome extension developed by Hassan Raza, and its main feature is "This Extension aims to help new freelancers on Upwork to get the right jobs without wasting much connects.".

Extension Screenshots

screenshot
screenshot

Download Upwork Job Scorer & Spam Detector Extension CRX File

Download Upwork Job Scorer & Spam Detector 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

                        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.                    

Extension Basic Information

Name Upwork Job Scorer & Spam Detector Upwork Job Scorer & Spam Detector
ID fijfnmejolpffhlacgonlnmhdbpnndjk
Official URL https://chromewebstore.google.com/detail/upwork-job-scorer-spam-de/fijfnmejolpffhlacgonlnmhdbpnndjk
Description This Extension aims to help new freelancers on Upwork to get the right jobs without wasting much connects.
File Size 200 KB
Installation Count 2,627
Current Version 4.3.8
Last Updated 2023-11-30
Publish Date 2022-03-28
Rating 3.40/5 Total 5 Ratings
Developer Hassan Raza
Email [email protected]
Payment Type free
Extension Website https://www.linkedin.com/in/hassan-raza-531152109/
Help Page URL https://www.linkedin.com/in/hassan-raza-531152109/
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863
Supported Languages 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": []
        }
    ]
}