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文件
下載Upwex - AI Tools for Upwork擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } } |