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란 무엇입니까?

Hustle AI - Cover Letter Generator은(는) https://hustleai.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension to generate a personalized cover letters for your job applications using AI"입니다.

확장 프로그램 스크린샷

screenshot

Hustle AI - Cover Letter Generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Hustle AI - Cover Letter Generator Hustle AI - Cover Letter Generator
ID dgjdbchfennehcpmeappmefbbofdlaab
공식 URL https://chromewebstore.google.com/detail/hustle-ai-cover-letter-ge/dgjdbchfennehcpmeappmefbbofdlaab
설명 A Chrome extension to generate a personalized cover letters for your job applications using AI
파일 크기 954 KB
설치 횟수 58
현재 버전 1.5.2
최근 업데이트 2023-05-17
출시 날짜 2023-05-16
개발자 https://hustleai.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hustleai.co
지원되는 언어 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"
    }
}