Muse - AI Cover Letters in One Click
Generate compelling cover letters in one click!
What is Muse - AI Cover Letters in One Click?
Muse - AI Cover Letters in One Click is a Chrome extension developed by Thiv, and its main feature is "Generate compelling cover letters in one click!".
Extension Screenshots
Download Muse - AI Cover Letters in One Click Extension CRX File
Download Muse - AI Cover Letters in One Click extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Muse - AI Cover Letters in One Click |
ID | bodebbnhcdimdjiakhoijjfoabdjlfop |
Official URL | https://chromewebstore.google.com/detail/muse-ai-cover-letters-in/bodebbnhcdimdjiakhoijjfoabdjlfop |
Description | Generate compelling cover letters in one click! |
File Size | 1.71 MB |
Installation Count | 45 |
Current Version | 1.0.0 |
Last Updated | 2024-02-05 |
Publish Date | 2024-01-31 |
Developer | Thiv |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://euphonious-fenglisu-ade652.netlify.app |
Supported Languages | 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" } } |