Upworkee

Get instant update about a new upwork job and apply faster than others

Co to jest Upworkee?

Upworkee to rozszerzenie Chrome opracowane przez riverwaysoft.com, a jego główną funkcją jest „Get instant update about a new upwork job and apply faster than others”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Upworkee

Pobierz pliki rozszerzeń Upworkee 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

                        The best chance for getting client's attention is the timeframe where he posted a job up to an hour.

Clients will usually have a short list by then, and first set of short listed applicants will get interviewed and at least 1 will get hired.

Those who didn't make the cut might not be viewed at all no matter how good the profile is, because most of the cases clients don't go back to the user list anymore.

With notifications from our bot you will have an opportunity to be always in the shortlist and significantly increase chances to get hired.                    

Podstawowe informacje o rozszerzeniu

Nazwa Upworkee Upworkee
ID cobgonadnfcjnpfdjleagjhppaboaeda
Oficjalny URL https://chromewebstore.google.com/detail/upworkee/cobgonadnfcjnpfdjleagjhppaboaeda
Opis Get instant update about a new upwork job and apply faster than others
Rozmiar pliku 122 KB
Liczba instalacji 204
Aktualna Wersja 1.4.0
Ostatnia Aktualizacja 2019-07-04
Data Publikacji 2019-07-04
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper riverwaysoft.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://upworkee.com/static/PrivacyPolicy.pdf
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Upworkee",
    "description": "Get instant update about a new upwork job and apply faster than others",
    "author": "Sorokin Victor ",
    "version": "1.4.0",
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "https:\/\/upworkee.com\/*",
        "background",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_title": "Upworkee",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/manifest.js",
                "js\/vendor.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/upworkee.com\/*"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}