Upwork Jobs Notifier

This extenstion is made to notify you with Upwork jobs that matches your skills.

Co to jest Upwork Jobs Notifier?

Upwork Jobs Notifier to rozszerzenie Chrome opracowane przez Webs-Automation, a jego główną funkcją jest „This extenstion is made to notify you with Upwork jobs that matches your skills.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Upwork Jobs Notifier

Pobierz pliki rozszerzeń Upwork Jobs Notifier 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

                        It is an intelligent tool that is designed to help freelancers, that can search for the freelancing jobs with your skills and it will notify you from all the available jobs which can apply. Using this extension, you'll never miss the new jobs and be the first to apply over the collected jobs.                    

Podstawowe informacje o rozszerzeniu

Nazwa Upwork Jobs Notifier Upwork Jobs Notifier
ID mddclmbcpjfifnjpandbbabgaamnombn
Oficjalny URL https://chrome.google.com/webstore/detail/upwork-jobs-notifier/mddclmbcpjfifnjpandbbabgaamnombn
Opis This extenstion is made to notify you with Upwork jobs that matches your skills.
Rozmiar pliku 395 KB
Liczba instalacji 287
Aktualna Wersja 0.15
Ostatnia Aktualizacja 2023-06-03
Data Publikacji 2020-08-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Webs-Automation
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.eapplier.com/upwork-bot/
Adres URL Strony Pomocy http://eapplier.com/contact-us
Adres URL Strony Polityki Prywatności https://www.eapplier.com/policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Upwork Jobs Notifier",
    "description": "This extenstion is made to notify you with Upwork jobs that matches your skills.",
    "version": "0.15",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.upwork.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "panel.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "results.json",
                "https:\/\/websautomation.com\/ebay\/result.php",
                "result.php"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage"
    ]
}