Resumely - AI Powered Resume Summary

Automatically generate content to copy/paste into resume field questions using your experience.

Resumely - AI Powered Resume Summary क्या है?

Resumely - AI Powered Resume Summary https://codelucent.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically generate content to copy/paste into resume field questions using your experience."।

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

screenshot
screenshot
screenshot

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

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

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

                        Resumely is the AI resume summary builder for those applying to jobs.  Resumely enables you to upload your own resume and experience and get on-demand resume summaries based on job descriptions you are applying for.

It's as simple as uploading your resume information and uploading content on the job description.  You will receive back a unique and personalized cover letter or summary text for you to copy into each application. 

Save time and stand out through comparisons and personalized resume summaries.                    

एक्सटेंशन की मूल जानकारी

नाम Resumely - AI Powered Resume Summary Resumely - AI Powered Resume Summary
ID algdeaeafmpcijckjefedebmdmfbhakl
आधिकारिक URL https://chromewebstore.google.com/detail/resumely-ai-powered-resum/algdeaeafmpcijckjefedebmdmfbhakl
विवरण Automatically generate content to copy/paste into resume field questions using your experience.
फ़ाइल का आकार 135 KB
स्थापना संख्या 50
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-09-05
प्रकाशन तिथि 2023-08-23
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://codelucent.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://codelucent.com/
सहायता पृष्ठ URL https://twitter.com/BigaDavid
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Resumely - AI Powered Resume Summary",
    "version": "1.0.1",
    "description": "Automatically generate content to copy\/paste into resume field questions using your experience.",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/eventPage.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}