Hustle AI - Cover Letter Generator
A Chrome extension to generate a personalized cover letters for your job applications using AI
What is Hustle AI - Cover Letter Generator?
Hustle AI - Cover Letter Generator is a Chrome extension developed by https://hustleai.co, and its main feature is "A Chrome extension to generate a personalized cover letters for your job applications using AI".
Extension Screenshots
Download Hustle AI - Cover Letter Generator Extension CRX File
Download Hustle AI - Cover Letter Generator 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 hassle of crafting personalized cover letters for each job application. With Hustle AI Cover letter Generator , you can generate highly customized cover letters in minutes, giving your job applications a competitive edge. Our advanced AI technology tailors each letter to match the job requirements, helping you stand out and get noticed by employers. Increase your productivity by 10x and get hired faster! Customize and personalize your cover letters to make them even more unique. Start optimizing your job applications today It's open source 💜 : https://github.com/SuperHuman12/Personalized-Cover-Letter-Generator
Extension Basic Information
Name | Hustle AI - Cover Letter Generator |
ID | dgjdbchfennehcpmeappmefbbofdlaab |
Official URL | https://chromewebstore.google.com/detail/hustle-ai-cover-letter-ge/dgjdbchfennehcpmeappmefbbofdlaab |
Description | A Chrome extension to generate a personalized cover letters for your job applications using AI |
File Size | 954 KB |
Installation Count | 58 |
Current Version | 1.5.2 |
Last Updated | 2023-05-17 |
Publish Date | 2023-05-16 |
Developer | https://hustleai.co |
[email protected] | |
Payment Type | free |
Extension Website | https://hustleai.co |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hustle AI - Cover Letter Generator", "version": "1.5.2", "description": "A Chrome extension to generate a personalized cover letters for your job applications using AI", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_icon": "icons\/16.png", "default_popup": "popup.html", "default_title": "Personalized Cover Letter Generator using Hustle AI" }, "permissions": [ "storage", "https:\/\/botbase-cors-server.onrender.com\/", "https:\/\/chatgpt-b7ep.onrender.com\/", "contextMenus" ], "background": { "service_worker": "background.js" } } |