Resgen

Custom resumes for every job.

Wat is Resgen?

Resgen is een Chrome-extensie ontwikkeld door Resgen, en de belangrijkste functie is "Custom resumes for every job.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Resgen

Download Resgen-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Resgen Resgen
ID bahpflgkaadljibfgbgggkmgfcdfmana
Officiële URL https://chromewebstore.google.com/detail/resgen/bahpflgkaadljibfgbgggkmgfcdfmana
Beschrijving Custom resumes for every job.
Bestandsgrootte 48.64 KB
Aantal Installaties 78
Huidige Versie 0.2.0
Laatst Bijgewerkt 2023-09-07
Publicatiedatum 2023-07-15
Ontwikkelaar Resgen
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://resgen.app
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}