Resgen

Custom resumes for every job.

Co to jest Resgen?

Resgen to rozszerzenie Chrome opracowane przez Resgen, a jego główną funkcją jest „Custom resumes for every job.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Resgen

Pobierz pliki rozszerzeń Resgen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Resgen Resgen
ID bahpflgkaadljibfgbgggkmgfcdfmana
Oficjalny URL https://chromewebstore.google.com/detail/resgen/bahpflgkaadljibfgbgggkmgfcdfmana
Opis Custom resumes for every job.
Rozmiar pliku 48.64 KB
Liczba instalacji 78
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2023-09-07
Data Publikacji 2023-07-15
Deweloper Resgen
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://resgen.app
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}