Minerva: Copilot for Job Search with ChatGPT

Accelerate your job hunt with an extension that puts it on autopilot, generating cover letters and facilitating referral requests.

Minerva: Copilot for Job Search with ChatGPT란 무엇입니까?

Minerva: Copilot for Job Search with ChatGPT은(는) david에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Accelerate your job hunt with an extension that puts it on autopilot, generating cover letters and facilitating referral requests."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Minerva: Copilot for Job Search with ChatGPT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension provides you with a simple and efficient way to create personalized cover letters for job applications and request referrals from their professional network with ChatGPT. Auto fill job applications, generate resume, get AI powered fit score                    

확장 프로그램 기본 정보

이름 Minerva: Copilot for Job Search with ChatGPT Minerva: Copilot for Job Search with ChatGPT
ID djkiinnhekmoohbombjhkpmacifjpgdo
공식 URL https://chromewebstore.google.com/detail/minerva-copilot-for-job-s/djkiinnhekmoohbombjhkpmacifjpgdo
설명 Accelerate your job hunt with an extension that puts it on autopilot, generating cover letters and facilitating referral requests.
파일 크기 784 KB
설치 횟수 2,535
현재 버전 0.0.6
최근 업데이트 2023-08-28
출시 날짜 2023-06-06
평점 3.71/5 총 7 개의 평점
개발자 david
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Accelerate your job hunt with an extension that puts it on autopilot, generating cover letters and facilitating referral requests.",
    "version": "0.0.6",
    "manifest_version": 3,
    "name": "Minerva: Copilot for Job Search with ChatGPT",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "production-icon-34.png"
    },
    "icons": {
        "128": "production-icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "root.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "\/production-icon-128.png",
                "\/production-icon-34.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}