Upwork toolkit - your own freelance assistant
Save time and earn more with Upwork toolkit.
Upwork toolkit - your own freelance assistant란 무엇입니까?
Upwork toolkit - your own freelance assistant은(는) Ilya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save time and earn more with Upwork toolkit."입니다.
확장 프로그램 스크린샷
Upwork toolkit - your own freelance assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
=============================== Job hunting on Upwork is exhausting and time consuming. Reclaim your time and energy by eliminating the need for constant job feed monitoring. Let this extension do it for you: - Focus on your tasks instead of refreshing Upwork all the time - See new jobs before everyone else - Apply first with pre-populated cover letters - Win more jobs and earn more =============================== NOTICE OF NON-AFFILIATION AND DISCLAIMER WE ARE NOT AFFILIATED, ASSOCIATED, AUTHORISED, ENDORSED BY, OR IN ANY WAY OFFICIALLY CONNECTED WITH UPWORK.COM OR ANY OF ITS SUBSIDIARIES OR ITS AFFILIATES. THE OFFICIAL UPWORK WEBSITE CAN BE FOUND AT https://upwork.com.
확장 프로그램 기본 정보
이름 | Upwork toolkit - your own freelance assistant |
ID | gcjmekbfkkmaccloaoccfiohjnmgkddm |
공식 URL | https://chromewebstore.google.com/detail/upwork-toolkit-your-own-f/gcjmekbfkkmaccloaoccfiohjnmgkddm |
설명 | Save time and earn more with Upwork toolkit. |
파일 크기 | 1.23 MB |
설치 횟수 | 10,000 |
현재 버전 | 1.5.12 |
최근 업데이트 | 2024-02-17 |
출시 날짜 | 2017-05-28 |
평점 | 4.76/5 총 431 개의 평점 |
개발자 | Ilya |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Upwork toolkit - your own freelance assistant", "description": "Save time and earn more with Upwork toolkit.", "version": "1.5.12", "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "action": { "default_icon": "icon\/32.png" }, "options_page": "index.html#\/options", "permissions": [ "alarms", "storage", "cookies", "offscreen", "notifications", "declarativeNetRequest" ], "host_permissions": [ "https:\/\/*.upwork.com\/", "https:\/\/api.mixpanel.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "request_modifier.json" } ] }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "all_frames": true, "run_at": "document_end", "js": [ "contentScript.js" ], "matches": [ "https:\/\/*.upwork.com\/ab\/proposals\/job\/*\/apply*" ] } ] } |