Resumely - AI Powered Resume Summary

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

Wat is Resumely - AI Powered Resume Summary?

Resumely - AI Powered Resume Summary is een Chrome-extensie ontwikkeld door https://codelucent.com, en de belangrijkste functie is "Automatically generate content to copy/paste into resume field questions using your experience.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Resumely - AI Powered Resume Summary

Download Resumely - AI Powered Resume Summary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Resumely - AI Powered Resume Summary Resumely - AI Powered Resume Summary
ID algdeaeafmpcijckjefedebmdmfbhakl
Officiële URL https://chromewebstore.google.com/detail/resumely-ai-powered-resum/algdeaeafmpcijckjefedebmdmfbhakl
Beschrijving Automatically generate content to copy/paste into resume field questions using your experience.
Bestandsgrootte 135 KB
Aantal Installaties 50
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-09-05
Publicatiedatum 2023-08-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://codelucent.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://codelucent.com/
Help Pagina-URL https://twitter.com/BigaDavid
Ondersteunde Talen 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"
    }
}