Filter upwork projects

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

Co je Filter upwork projects?

Filter upwork projects je rozšíření Chrome vyvinuté jaffarhussain1011, a jeho hlavní funkcí je „List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Filter upwork projects

Stáhněte si soubory rozšíření Filter upwork projects ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Filter upwork projects Filter upwork projects
ID lkffkjjkkenknhfhjgjkhlibaajddhon
Oficiální URL https://chromewebstore.google.com/detail/filter-upwork-projects/lkffkjjkkenknhfhjgjkhlibaajddhon
Popis List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries
Velikost souboru 348 KB
Počet instalací 36
Aktuální Verze 1.1
Poslední Aktualizace 2022-03-15
Datum Vydání 2022-03-12
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář jaffarhussain1011
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.linkedin.com/in/jaffarhussain1011/
Podporované Jazyky 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"
    ]
}