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開發的Chrome擴展程式,該擴展的主要功能是“Navigate to your Upwork profile and make your preferred search. That's it! Now the extension will check periodically , according…”。
擴展截圖
下載Upwork Job Search Refresher擴展crx文件
下載Upwork Job Search Refresher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } } |