Upwork Helper by Vollna
Get more clients on Upwork with less effort
Upwork Helper by Vollna란 무엇입니까?
Upwork Helper by Vollna은(는) Vollna에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get more clients on Upwork with less effort"입니다.
확장 프로그램 스크린샷
Upwork Helper by Vollna 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Track new Upwork projects, receive notifications, and send winning proposals without the hassle. We have spent more than ten years sending proposals and searching for jobs on Upwork, which led us to create Vollna.com, and we share our experience with you Once you have a Vollna account, use the Upwork helper by Vollna Chrome extension to: - Track multiple Upwork feeds with improved filter criteria - Get instant notifications on relevant job postings right into Slack, Discord, Telegram, email or direct to your CRM. - Send winning proposals in one click - Access to 50+ Premium proposal templates created by experienced Upworkers - Mark projects and track your productivity, see personal statistics, and improve proposals conversion - Invite your colleagues, share your filters and notifications, and track team statistics. ABOUT VOLLNA Vollna.com was created by expert Upworkers for Upworkers. We have extensive experience in freelancing and fully understand the time-consuming nature of sending proposals and looking for jobs. Let Vollna.com assist you in streamlining your proposal process, saving you hours of repetitive tasks on Upwork, such as composing proposals from scratch and browsing job feeds to find next project.
확장 프로그램 기본 정보
이름 | Upwork Helper by Vollna |
ID | ogkpippnjeanpefmaahcmokejkaeipjo |
공식 URL | https://chromewebstore.google.com/detail/upwork-helper-by-vollna/ogkpippnjeanpefmaahcmokejkaeipjo |
설명 | Get more clients on Upwork with less effort |
파일 크기 | 17.83 KB |
설치 횟수 | 167 |
현재 버전 | 2.0.6 |
최근 업데이트 | 2024-02-19 |
출시 날짜 | 2023-07-13 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Vollna |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.vollna.com/r/chrome |
도움말 페이지 URL | https://www.vollna.com/contact?utm_source=webstore&utm_medium=chrome&utm_campaign=contact_link |
개인정보 보호 정책 페이지 URL | https://www.vollna.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Upwork Helper by Vollna", "description": "Get more clients on Upwork with less effort", "version": "2.0.6", "action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/16x.png", "32": "icons\/32x.png", "48": "icons\/48x.png", "128": "icons\/128x.png" }, "permissions": [ "cookies", "storage" ], "host_permissions": [ "https:\/\/upwork.com\/*", "https:\/\/*.upwork.com\/*", "https:\/\/www.vollna.com\/*" ], "content_scripts": [ { "js": [ "content_script.js", "inject.js" ], "run_at": "document_start", "matches": [ "https:\/\/upwork.com\/*", "https:\/\/www.upwork.com\/*", "https:\/\/www.vollna.com\/*" ] } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "select-template.html" ], "matches": [ "https:\/\/*.upwork.com\/*" ] }, { "resources": [ "injected.js" ], "matches": [ "https:\/\/upwork.com\/*", "https:\/\/*.upwork.com\/*", "https:\/\/www.vollna.com\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.upwork.com\/*", "https:\/\/www.vollna.com\/*" ] } } |