Filter upwork projects

List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries

What is Filter upwork projects?

Filter upwork projects is a Chrome extension developed by jaffarhussain1011, and its main feature is "List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Filter upwork projects Extension CRX File

Download Filter upwork projects 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

                        This extension runs only on upwork.com website, In this extension upwork filter feature is enhanced and add the capability to exclude listed projects from display based on selected client countries.                    

Extension Basic Information

Name Filter upwork projects Filter upwork projects
ID lkffkjjkkenknhfhjgjkhlibaajddhon
Official URL https://chromewebstore.google.com/detail/filter-upwork-projects/lkffkjjkkenknhfhjgjkhlibaajddhon
Description List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries
File Size 348 KB
Installation Count 36
Current Version 1.1
Last Updated 2022-03-15
Publish Date 2022-03-12
Rating 5.00/5 Total 1 Ratings
Developer jaffarhussain1011
Email [email protected]
Payment Type free
Extension Website https://www.linkedin.com/in/jaffarhussain1011/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Filter upwork projects",
    "description": "List down all countries from upwork jobs listing page , and filter\/exclude listed projects from display based on selected countries",
    "author": "Jaffar Hussain ",
    "version": "1.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.upwork.com\/*"
            ],
            "js": [
                "static\/filter-projects.js"
            ]
        }
    ],
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "permissions": [
        "activeTab"
    ]
}