Resume Filler

An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.

Resume Filler là gì?

Resume Filler là một tiện ích mở rộng Chrome được phát triển bởi Brandon S., và tính năng chính của nó là "An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.".

Ả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 Resume Filler

Tải xuống các tệp mở rộng Resume Filler 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

                        Online job applications suck at parsing resumes, this usually means you have to copy in your content manually. Resume Filler helps you do this by allowing you to easily edit and copy all your resume data, field by field.


Contribute: https://github.com/BrandonS8/Resume-Filler                    

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

Tên Resume Filler Resume Filler
ID ominnnikamclllghieagoegnlkgdflld
URL Chính Thức https://chrome.google.com/webstore/detail/resume-filler/ominnnikamclllghieagoegnlkgdflld
Mô tả An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.
Kích Thước Tệp 1.29 MB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2020-02-29
Ngày Phát Hành 2020-02-29
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Brandon S.
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/BrandonS8/Resume-Filler
URL Trang Trợ Giúp https://github.com/BrandonS8/Resume-Filler
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Resume Filler",
    "version": "0.1",
    "description": "An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "View and Edit Saved Resume.",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}