Filter upwork projects

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

Was ist Filter upwork projects?

Filter upwork projects ist eine Chrome-Erweiterung, die von jaffarhussain1011 entwickelt wurde, und ihr Hauptmerkmal ist "List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Filter upwork projects-Erweiterungs-CRX-Datei herunterladen

Laden Sie Filter upwork projects-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Filter upwork projects Filter upwork projects
ID lkffkjjkkenknhfhjgjkhlibaajddhon
Offizielle URL https://chromewebstore.google.com/detail/filter-upwork-projects/lkffkjjkkenknhfhjgjkhlibaajddhon
Beschreibung List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries
Dateigröße 348 KB
Installationsanzahl 36
Aktuelle Version 1.1
Letztes Update 2022-03-15
Veröffentlichungsdatum 2022-03-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler jaffarhussain1011
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.linkedin.com/in/jaffarhussain1011/
Unterstützte Sprachen 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"
    ]
}