Resumely - AI Powered Resume Summary

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

Co to jest Resumely - AI Powered Resume Summary?

Resumely - AI Powered Resume Summary to rozszerzenie Chrome opracowane przez https://codelucent.com, a jego główną funkcją jest „Automatically generate content to copy/paste into resume field questions using your experience.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Resumely - AI Powered Resume Summary

Pobierz pliki rozszerzeń Resumely - AI Powered Resume Summary 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Resumely - AI Powered Resume Summary Resumely - AI Powered Resume Summary
ID algdeaeafmpcijckjefedebmdmfbhakl
Oficjalny URL https://chromewebstore.google.com/detail/resumely-ai-powered-resum/algdeaeafmpcijckjefedebmdmfbhakl
Opis Automatically generate content to copy/paste into resume field questions using your experience.
Rozmiar pliku 135 KB
Liczba instalacji 50
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-09-05
Data Publikacji 2023-08-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://codelucent.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://codelucent.com/
Adres URL Strony Pomocy https://twitter.com/BigaDavid
Obsługiwane Języki 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"
    }
}