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 هو إضافة Chrome تم تطويرها بواسطة https://codelucent.com، والميزة الرئيسية لها هي "Automatically generate content to copy/paste into resume field questions using your experience.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Resumely - AI Powered Resume Summary

قم بتنزيل ملفات الامتداد Resumely - AI Powered Resume Summary بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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"
    }
}