Upwork Job Search Refresher
Navigate to your Upwork profile and make your preferred search. That's it! Now the extension will check periodically , according…
Upwork Job Search Refresher क्या है?
Upwork Job Search Refresher atdapplications द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Navigate to your Upwork profile and make your preferred search. That's it! Now the extension will check periodically , according…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Upwork Job Search Refresher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Navigate to your Upwork profile and make your preferred search. That's it! Now the extension will check periodically , according to your preferences, and inform you about the latest jobs! You are free to work on another tabs or even outside browser and get the latest job alerts on time! The friendly extension UI will help you not only to choose settings but also to see an important preview about the new jobs without leaving your current page! You can refresh the job pages manually through the extension, change the notification sound and the auto-refresh interval time! And do not forget, the early bird catches the worm! Features: -Refresh Interval -Sound Selection -Mute mode -Manual Refresh from extension -10 latest jobs -New job icon -Number of new jobs in extension
एक्सटेंशन की मूल जानकारी
नाम | Upwork Job Search Refresher |
ID | lkgoljdlkppkndfmplkboajejaheffep |
आधिकारिक URL | https://chromewebstore.google.com/detail/upwork-job-search-refresh/lkgoljdlkppkndfmplkboajejaheffep |
विवरण | Navigate to your Upwork profile and make your preferred search. That's it! Now the extension will check periodically , according… |
फ़ाइल का आकार | 316 KB |
स्थापना संख्या | 506 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2020-10-12 |
प्रकाशन तिथि | 2020-08-24 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | atdapplications |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Upwork Job Search Refresher", "permissions": [ "storage", "notifications", "tabs" ], "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/*.upwork.com\/ab\/jobs\/search\/*", "https:\/\/*.upwork.com\/search\/*" ], "js": [ "jquery-3.4.1.min.js", "content.js", "popup.html", "js\/bootstrap.min.js", "js\/popper.min.js", "js\/select2.min.js", "js\/fontawesome.js", "js\/bootstrap-slider.js" ], "css": [ "css\/bootstrap.min.css", "css\/select2.min.css", "css\/font-awesome.min.css", "css\/popup.css", "css\/bootstrap-slider.css" ] } ], "browser_action": { "default_icon": "icon_default2.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |