Muse - AI Cover Letters in One Click
Generate compelling cover letters in one click!
O que é Muse - AI Cover Letters in One Click?
Muse - AI Cover Letters in One Click é uma extensão do Chrome desenvolvida por Thiv, e sua principal característica é "Generate compelling cover letters in one click!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Muse - AI Cover Letters in One Click
Baixe arquivos de extensão Muse - AI Cover Letters in One Click 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
Say goodbye to the tedious task of crafting customized cover letters from scratch! With Muse, a compelling cover letter is just one click away. Using Muse is easy: 1. Upload your resume in PDF or DOCX format (you only have to do this the first time). 2. Go to any web page with a job posting. 3. Press "Download Cover Letter". And there you go! Your personalized cover letter is ready in both PDF and DOCX formats, saving you valuable time and effort in your job search. Good luck job hunting!
Informações Básicas da Extensão
Nome | Muse - AI Cover Letters in One Click |
ID | bodebbnhcdimdjiakhoijjfoabdjlfop |
URL Oficial | https://chromewebstore.google.com/detail/muse-ai-cover-letters-in/bodebbnhcdimdjiakhoijjfoabdjlfop |
Descrição | Generate compelling cover letters in one click! |
Tamanho do Arquivo | 1.71 MB |
Contagem de Instalações | 45 |
Versão Atual | 1.0.0 |
Última Atualização | 2024-02-05 |
Data de Publicação | 2024-01-31 |
Desenvolvedor | Thiv |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://euphonious-fenglisu-ade652.netlify.app |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Muse - AI Cover Letters in One Click", "description": "Generate compelling cover letters in one click!", "version": "1.0.0", "action": { "default_popup": "index.html", "default_icon": { "16": "muse-logo.png", "48": "muse-logo.png", "128": "muse-logo.png" } }, "permissions": [ "storage", "activeTab", "scripting", "downloads", "background" ], "background": { "service_worker": "service-worker.js", "type": "module" } } |