Upwork Jobs Notifier
This extenstion is made to notify you with Upwork jobs that matches your skills.
Co je Upwork Jobs Notifier?
Upwork Jobs Notifier je rozšíření Chrome vyvinuté Webs-Automation, a jeho hlavní funkcí je „This extenstion is made to notify you with Upwork jobs that matches your skills.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Upwork Jobs Notifier
Stáhněte si soubory rozšíření Upwork Jobs Notifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | mddclmbcpjfifnjpandbbabgaamnombn |
Oficiální URL | https://chrome.google.com/webstore/detail/upwork-jobs-notifier/mddclmbcpjfifnjpandbbabgaamnombn |
Popis | This extenstion is made to notify you with Upwork jobs that matches your skills. |
Velikost souboru | 395 KB |
Počet instalací | 287 |
Aktuální Verze | 0.15 |
Poslední Aktualizace | 2023-06-03 |
Datum Vydání | 2020-08-27 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Webs-Automation |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.eapplier.com/upwork-bot/ |
URL Stránky Nápovědy | http://eapplier.com/contact-us |
URL Stránky Zásad Ochrany Soukromí | https://www.eapplier.com/policy |
Podporované Jazyky | 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" ] } |