Upwork Cover Letter Autofiller
Autofill Upwork Cover Letter. For Freelancers. Define your own cover letter template.
O que é Upwork Cover Letter Autofiller?
Upwork Cover Letter Autofiller é uma extensão do Chrome desenvolvida por Fabien MICHEL, e sua principal característica é "Autofill Upwork Cover Letter. For Freelancers. Define your own cover letter template.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Upwork Cover Letter Autofiller
Baixe arquivos de extensão Upwork Cover Letter Autofiller 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
The extension autofill your cover letter with: ✅a catchy first line ✅your own template ✅your signature Features: 🚀 Define your own template 🚀 Join the community 🚀 Data is stored locally in your browser, no database or external service is needed! 🚀 Automatically find the client's name. and more... To stand out from the competition, the first line of a cover letter must be very catchy. What could be more catchy than saying your client's personal name? The extension automatically writes "Hi + {client name}!" at the beginning of your cover letter. Please let me know if you have any confusions, problems, comments or suggestions at [email protected]. Github : https://github.com/welfoz/Upwork-Cover-Letter-Autofiller I will be happy to help you!
Informações Básicas da Extensão
Nome | Upwork Cover Letter Autofiller |
ID | pdmiiebdfacahdoociaoppkhffhgoagf |
URL Oficial | https://chromewebstore.google.com/detail/upwork-cover-letter-autof/pdmiiebdfacahdoociaoppkhffhgoagf |
Descrição | Autofill Upwork Cover Letter. For Freelancers. Define your own cover letter template. |
Tamanho do Arquivo | 670 KB |
Contagem de Instalações | 660 |
Versão Atual | 1.5 |
Última Atualização | 2023-01-19 |
Data de Publicação | 2022-05-05 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Fabien MICHEL |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Upwork Cover Letter Autofiller", "version": "1.5", "manifest_version": 3, "content_scripts": [ { "run_at": "document_idle", "matches": [ "*:\/\/www.upwork.com\/*" ], "js": [ "contentbundle.js" ] } ], "description": "Autofill Upwork Cover Letter. For Freelancers. Define your own cover letter template.", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/www.upwork.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "popupbundle.js", "discord_icon.png" ], "matches": [ " |