Resgen

Custom resumes for every job.

Resgen क्या है?

Resgen Resgen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Custom resumes for every job."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Resgen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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\/*"
            ]
        }
    ]
}