Upwork Jobs Notifier
This extenstion is made to notify you with Upwork jobs that matches your skills.
Cos'è Upwork Jobs Notifier?
Upwork Jobs Notifier è un'estensione di Chrome sviluppata da Webs-Automation, e la sua funzione principale è "This extenstion is made to notify you with Upwork jobs that matches your skills.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Upwork Jobs Notifier
Scarica i file di estensione Upwork Jobs Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mddclmbcpjfifnjpandbbabgaamnombn |
URL Ufficiale | https://chrome.google.com/webstore/detail/upwork-jobs-notifier/mddclmbcpjfifnjpandbbabgaamnombn |
Descrizione | This extenstion is made to notify you with Upwork jobs that matches your skills. |
Dimensione del File | 395 KB |
Conteggio Installazioni | 287 |
Versione Corrente | 0.15 |
Ultimo Aggiornamento | 2023-06-03 |
Data di Pubblicazione | 2020-08-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Webs-Automation |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.eapplier.com/upwork-bot/ |
URL della Pagina di Aiuto | http://eapplier.com/contact-us |
URL della Pagina della Politica sulla Privacy | https://www.eapplier.com/policy |
Lingue Supportate | 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" ] } |