Upwork Jobs Notifier
This extenstion is made to notify you with Upwork jobs that matches your skills.
Τι είναι το Upwork Jobs Notifier;
Το Upwork Jobs Notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Webs-Automation, και η κύρια λειτουργία του είναι "This extenstion is made to notify you with Upwork jobs that matches your skills.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Upwork Jobs Notifier
Λήψη αρχείων επέκτασης Upwork Jobs Notifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mddclmbcpjfifnjpandbbabgaamnombn |
Επίσημο URL | https://chrome.google.com/webstore/detail/upwork-jobs-notifier/mddclmbcpjfifnjpandbbabgaamnombn |
Περιγραφή | This extenstion is made to notify you with Upwork jobs that matches your skills. |
Μέγεθος Αρχείου | 395 KB |
Αριθμός Εγκαταστάσεων | 287 |
Τρέχουσα Έκδοση | 0.15 |
Τελευταία Ενημέρωση | 2023-06-03 |
Ημερομηνία Δημοσίευσης | 2020-08-27 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Webs-Automation |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.eapplier.com/upwork-bot/ |
Διεύθυνση URL της Σελίδας Βοήθειας | http://eapplier.com/contact-us |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.eapplier.com/policy |
Υποστηριζόμενες Γλώσσες | 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" ] } |