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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } } |