Upwork Jobs Notifier
This extenstion is made to notify you with Upwork jobs that matches your skills.
Upwork Jobs Notifier क्या है?
Upwork Jobs Notifier Webs-Automation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extenstion is made to notify you with Upwork jobs that matches your skills."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Upwork Jobs Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |