Hustle AI - Cover Letter Generator

A Chrome extension to generate a personalized cover letters for your job applications using AI

Hustle AI - Cover Letter Generator là gì?

Hustle AI - Cover Letter Generator là một tiện ích mở rộng Chrome được phát triển bởi https://hustleai.co, và tính năng chính của nó là "A Chrome extension to generate a personalized cover letters for your job applications using AI".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hustle AI - Cover Letter Generator

Tải xuống các tệp mở rộng Hustle AI - Cover Letter Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hustle AI - Cover Letter Generator Hustle AI - Cover Letter Generator
ID dgjdbchfennehcpmeappmefbbofdlaab
URL Chính Thức https://chromewebstore.google.com/detail/hustle-ai-cover-letter-ge/dgjdbchfennehcpmeappmefbbofdlaab
Mô tả A Chrome extension to generate a personalized cover letters for your job applications using AI
Kích Thước Tệp 954 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.5.2
Cập Nhật Lần Cuối 2023-05-17
Ngày Phát Hành 2023-05-16
Nhà Phát Triển https://hustleai.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hustleai.co
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}