Resgen

Custom resumes for every job.

Resgenとは何ですか?

ResgenはResgenによって開発されたChromeの拡張機能で、その主な機能は「Custom resumes for every job.」です。

拡張機能のスクリーンショット

screenshot

Resgen拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        No more futzing and fine-tuning. Land more interviews with tailored resumes based on job descriptions and your experiences. 

Fill in your details, install the plugin, and then navigate to LinkedIn to start creating custom resumes for every single job posting.                    

拡張機能の基本情報

名前 Resgen Resgen
ID bahpflgkaadljibfgbgggkmgfcdfmana
公式URL https://chromewebstore.google.com/detail/resgen/bahpflgkaadljibfgbgggkmgfcdfmana
説明 Custom resumes for every job.
ファイルサイズ 48.64 KB
インストール数 78
現在のバージョン 0.2.0
最終更新日 2023-09-07
公開日 2023-07-15
開発者 Resgen
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://resgen.app
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Resgen",
    "version": "0.2.0",
    "description": "Custom resumes for every job.",
    "content_scripts": [
        {
            "js": [
                "js\/linkedin.js"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "css\/output.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*"
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/favicon-16x16.png",
        "32": "img\/favicon-32x32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/favicon-32x32.png"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.greenhouse.io\/*"
            ]
        }
    ]
}