Resumely - AI Powered Resume Summary

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

What is Resumely - AI Powered Resume Summary?

Resumely - AI Powered Resume Summary is a Chrome extension developed by https://codelucent.com, and its main feature is "Automatically generate content to copy/paste into resume field questions using your experience.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Resumely - AI Powered Resume Summary Extension CRX File

Download Resumely - AI Powered Resume Summary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Resumely - AI Powered Resume Summary Resumely - AI Powered Resume Summary
ID algdeaeafmpcijckjefedebmdmfbhakl
Official URL https://chromewebstore.google.com/detail/resumely-ai-powered-resum/algdeaeafmpcijckjefedebmdmfbhakl
Description Automatically generate content to copy/paste into resume field questions using your experience.
File Size 135 KB
Installation Count 50
Current Version 1.0.1
Last Updated 2023-09-05
Publish Date 2023-08-23
Rating 5.00/5 Total 1 Ratings
Developer https://codelucent.com
Email [email protected]
Payment Type free
Extension Website https://codelucent.com/
Help Page URL https://twitter.com/BigaDavid
Supported Languages 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"
    }
}