Upwex - AI Tools for Upwork
Upwork AI Proposal & Sync with Pipedrive
O que é Upwex - AI Tools for Upwork?
Upwex - AI Tools for Upwork é uma extensão do Chrome desenvolvida por https://upwex.io, e sua principal característica é "Upwork AI Proposal & Sync with Pipedrive".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Upwex - AI Tools for Upwork
Baixe arquivos de extensão Upwex - AI Tools for Upwork no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Upwex - AI Tools for Upwork |
ID | pmipgiahphnifpajbfnpahjfkanpfabf |
URL Oficial | https://chromewebstore.google.com/detail/upwex-ai-tools-for-upwork/pmipgiahphnifpajbfnpahjfkanpfabf |
Descrição | Upwork AI Proposal & Sync with Pipedrive |
Tamanho do Arquivo | 474 KB |
Contagem de Instalações | 825 |
Versão Atual | 2.2.3 |
Última Atualização | 2024-02-29 |
Data de Publicação | 2023-04-09 |
Classificação | 5.00/5 Total de 11 Avaliações |
Desenvolvedor | https://upwex.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://upwex.io |
URL da Página de Ajuda | https://upwex.io |
URL da Página de Política de Privacidade | https://upwex.io/privacy-policy |
Idiomas Suportados | 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\/*" ] } } |