Filter upwork projects

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

Cos'è Filter upwork projects?

Filter upwork projects è un'estensione di Chrome sviluppata da jaffarhussain1011, e la sua funzione principale è "List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Filter upwork projects

Scarica i file di estensione Filter upwork projects 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Filter upwork projects Filter upwork projects
ID lkffkjjkkenknhfhjgjkhlibaajddhon
URL Ufficiale https://chromewebstore.google.com/detail/filter-upwork-projects/lkffkjjkkenknhfhjgjkhlibaajddhon
Descrizione List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries
Dimensione del File 348 KB
Conteggio Installazioni 36
Versione Corrente 1.1
Ultimo Aggiornamento 2022-03-15
Data di Pubblicazione 2022-03-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore jaffarhussain1011
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.linkedin.com/in/jaffarhussain1011/
Lingue Supportate 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"
    ]
}