Resume Filler

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

Resume Fillerคืออะไร?

Resume Filler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brandon S. และคุณลักษณะหลักของมันคือ "An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Resume Filler

ดาวน์โหลดไฟล์ส่วนขยาย Resume Filler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Resume Filler Resume Filler
ID ominnnikamclllghieagoegnlkgdflld
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/resume-filler/ominnnikamclllghieagoegnlkgdflld
คำอธิบาย An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.
ขนาดไฟล์ 1.29 MB
จำนวนการติดตั้ง 77
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2020-02-29
วันที่เผยแพร่ 2020-02-29
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Brandon S.
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/BrandonS8/Resume-Filler
URL หน้าช่วยเหลือ https://github.com/BrandonS8/Resume-Filler
ภาษาที่รองรับ 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
}