Filter upwork projects

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

Wat is Filter upwork projects?

Filter upwork projects is een Chrome-extensie ontwikkeld door jaffarhussain1011, en de belangrijkste functie is "List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Filter upwork projects

Download Filter upwork projects-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Filter upwork projects Filter upwork projects
ID lkffkjjkkenknhfhjgjkhlibaajddhon
Officiële URL https://chromewebstore.google.com/detail/filter-upwork-projects/lkffkjjkkenknhfhjgjkhlibaajddhon
Beschrijving List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries
Bestandsgrootte 348 KB
Aantal Installaties 36
Huidige Versie 1.1
Laatst Bijgewerkt 2022-03-15
Publicatiedatum 2022-03-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jaffarhussain1011
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.linkedin.com/in/jaffarhussain1011/
Ondersteunde Talen 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"
    ]
}