Upworkee

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

Was ist Upworkee?

Upworkee ist eine Chrome-Erweiterung, die von riverwaysoft.com entwickelt wurde, und ihr Hauptmerkmal ist "Get instant update about a new upwork job and apply faster than others".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Upworkee-Erweiterungs-CRX-Datei herunterladen

Laden Sie Upworkee-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Upworkee Upworkee
ID cobgonadnfcjnpfdjleagjhppaboaeda
Offizielle URL https://chromewebstore.google.com/detail/upworkee/cobgonadnfcjnpfdjleagjhppaboaeda
Beschreibung Get instant update about a new upwork job and apply faster than others
Dateigröße 122 KB
Installationsanzahl 204
Aktuelle Version 1.4.0
Letztes Update 2019-07-04
Veröffentlichungsdatum 2019-07-04
Bewertung 4.33/5 Insgesamt 6 Bewertungen
Entwickler riverwaysoft.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://upworkee.com/static/PrivacyPolicy.pdf
Unterstützte Sprachen 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"
    ]
}