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

Minerva: Copilot for Job Search with ChatGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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