Resgen

Custom resumes for every job.

Cos'è Resgen?

Resgen è un'estensione di Chrome sviluppata da Resgen, e la sua funzione principale è "Custom resumes for every job.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Resgen

Scarica i file di estensione Resgen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Resgen Resgen
ID bahpflgkaadljibfgbgggkmgfcdfmana
URL Ufficiale https://chromewebstore.google.com/detail/resgen/bahpflgkaadljibfgbgggkmgfcdfmana
Descrizione Custom resumes for every job.
Dimensione del File 48.64 KB
Conteggio Installazioni 78
Versione Corrente 0.2.0
Ultimo Aggiornamento 2023-09-07
Data di Pubblicazione 2023-07-15
Sviluppatore Resgen
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://resgen.app
Lingue Supportate 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\/*"
            ]
        }
    ]
}