Resumely - AI Powered Resume Summary

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

Resumely - AI Powered Resume Summary là gì?

Resumely - AI Powered Resume Summary là một tiện ích mở rộng Chrome được phát triển bởi https://codelucent.com, và tính năng chính của nó là "Automatically generate content to copy/paste into resume field questions using your experience.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Resumely - AI Powered Resume Summary

Tải xuống các tệp mở rộng Resumely - AI Powered Resume Summary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Resumely - AI Powered Resume Summary Resumely - AI Powered Resume Summary
ID algdeaeafmpcijckjefedebmdmfbhakl
URL Chính Thức https://chromewebstore.google.com/detail/resumely-ai-powered-resum/algdeaeafmpcijckjefedebmdmfbhakl
Mô tả Automatically generate content to copy/paste into resume field questions using your experience.
Kích Thước Tệp 135 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-09-05
Ngày Phát Hành 2023-08-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://codelucent.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://codelucent.com/
URL Trang Trợ Giúp https://twitter.com/BigaDavid
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}