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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hustleai.co และคุณลักษณะหลักของมันคือ "A Chrome extension to generate a personalized cover letters for your job applications using AI"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hustle AI - Cover Letter Generator

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}