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ファイルをダウンロード

Hustle AI - Cover Letter Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}