Filter upwork projects

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

Co to jest Filter upwork projects?

Filter upwork projects to rozszerzenie Chrome opracowane przez jaffarhussain1011, a jego główną funkcją jest „List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Filter upwork projects

Pobierz pliki rozszerzeń Filter upwork projects w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Filter upwork projects Filter upwork projects
ID lkffkjjkkenknhfhjgjkhlibaajddhon
Oficjalny URL https://chromewebstore.google.com/detail/filter-upwork-projects/lkffkjjkkenknhfhjgjkhlibaajddhon
Opis List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries
Rozmiar pliku 348 KB
Liczba instalacji 36
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2022-03-15
Data Publikacji 2022-03-12
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper jaffarhussain1011
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.linkedin.com/in/jaffarhussain1011/
Obsługiwane Języki 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"
    ]
}