Upwork Jobs Notifier

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

Was ist Upwork Jobs Notifier?

Upwork Jobs Notifier ist eine Chrome-Erweiterung, die von Webs-Automation entwickelt wurde, und ihr Hauptmerkmal ist "This extenstion is made to notify you with Upwork jobs that matches your skills.".

Erweiterungsscreenshots

screenshot

Upwork Jobs Notifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie Upwork Jobs Notifier-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Upwork Jobs Notifier Upwork Jobs Notifier
ID mddclmbcpjfifnjpandbbabgaamnombn
Offizielle URL https://chrome.google.com/webstore/detail/upwork-jobs-notifier/mddclmbcpjfifnjpandbbabgaamnombn
Beschreibung This extenstion is made to notify you with Upwork jobs that matches your skills.
Dateigröße 395 KB
Installationsanzahl 287
Aktuelle Version 0.15
Letztes Update 2023-06-03
Veröffentlichungsdatum 2020-08-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Webs-Automation
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.eapplier.com/upwork-bot/
Hilfeseite URL http://eapplier.com/contact-us
URL der Datenschutzrichtlinien-Seite https://www.eapplier.com/policy
Unterstützte Sprachen 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"
    ]
}