Upwex - AI Tools for Upwork
Upwork AI Proposal & Sync with Pipedrive
Upwex - AI Tools for Upwork란 무엇입니까?
Upwex - AI Tools for Upwork은(는) https://upwex.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upwork AI Proposal & Sync with Pipedrive"입니다.
확장 프로그램 스크린샷
Upwex - AI Tools for Upwork 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing Upwex - a fantastic browser extension designed to help freelancers and businesses on Upwork! With Upwex, you have access to a range of amazing features that will make your Upwork experience much more enjoyable Job post analysis? Check. Proposal generation? Check. Question answering? Check. Pipedrive CRM sync? Check. And that's just the beginning! Upwex is the all-in-one solution you've been waiting for to streamline your Upwork workflow and supercharge your results By using Upwex, you'll save time, work more efficiently, and create personalized proposals that stand out from the competition. You'll never miss a beat when communicating with clients thanks to the AI-powered question-answering feature. The best part is that Upwex is incredibly easy to use and integrates seamlessly with Pipedrive CRM, so you can manage your clients and your progress all in one place. Don't let your competitors get ahead of you
확장 프로그램 기본 정보
이름 | Upwex - AI Tools for Upwork |
ID | pmipgiahphnifpajbfnpahjfkanpfabf |
공식 URL | https://chromewebstore.google.com/detail/upwex-ai-tools-for-upwork/pmipgiahphnifpajbfnpahjfkanpfabf |
설명 | Upwork AI Proposal & Sync with Pipedrive |
파일 크기 | 474 KB |
설치 횟수 | 825 |
현재 버전 | 2.2.3 |
최근 업데이트 | 2024-02-29 |
출시 날짜 | 2023-04-09 |
평점 | 5.00/5 총 11 개의 평점 |
개발자 | https://upwex.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://upwex.io |
도움말 페이지 URL | https://upwex.io |
개인정보 보호 정책 페이지 URL | https://upwex.io/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Upwex - AI Tools for Upwork", "description": "Upwork AI Proposal & Sync with Pipedrive", "version": "2.2.3", "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "js": [ "content-script.js", "inject.js" ], "run_at": "document_start", "matches": [ "https:\/\/upwork.com\/*", "https:\/\/www.upwork.com\/*", "https:\/\/account.upwex.io\/*", "https:\/\/hl.upwex.io\/*" ] } ], "permissions": [ "tabs", "activeTab", "cookies", "storage" ], "icons": { "16": "logo\/logo-16.png", "48": "logo\/logo-48.png", "128": "logo\/logo-128.png" }, "action": { "default_title": "Upwork AI Starter", "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/upwork.com\/*", "https:\/\/account.upwex.io\/*", "https:\/\/hl.upwex.io\/*", "https:\/\/*.upwork.com\/*", "https:\/\/app.upwex.io\/*", "https:\/\/hlb.upwex.io\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "injected.js" ], "matches": [ "https:\/\/upwork.com\/*", "https:\/\/*.upwork.com\/*", "https:\/\/account.upwex.io\/*", "https:\/\/hl.upwex.io\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.upwork.com\/*", "https:\/\/account.upwex.io\/*" ] } } |