Upwork Jobs Notifier
This extenstion is made to notify you with Upwork jobs that matches your skills.
Apa itu Upwork Jobs Notifier?
Upwork Jobs Notifier adalah ekstensi Chrome yang dikembangkan oleh Webs-Automation, dan fitur utamanya adalah "This extenstion is made to notify you with Upwork jobs that matches your skills.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Upwork Jobs Notifier
Unduh file ekstensi Upwork Jobs Notifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | mddclmbcpjfifnjpandbbabgaamnombn |
URL Resmi | https://chrome.google.com/webstore/detail/upwork-jobs-notifier/mddclmbcpjfifnjpandbbabgaamnombn |
Deskripsi | This extenstion is made to notify you with Upwork jobs that matches your skills. |
Ukuran File | 395 KB |
Jumlah Instalasi | 287 |
Versi Saat Ini | 0.15 |
Terakhir Diperbarui | 2023-06-03 |
Tanggal Publikasi | 2020-08-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Webs-Automation |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.eapplier.com/upwork-bot/ |
URL Halaman Bantuan | http://eapplier.com/contact-us |
URL Halaman Kebijakan Privasi | https://www.eapplier.com/policy |
Bahasa yang Didukung | 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" ] } |