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是由Brandon S.開發的Chrome擴展程式,該擴展的主要功能是“An open source chrome extension to copy and paste parts of your resume easier. Making online job applications easier.”。

擴展截圖

screenshot
screenshot
screenshot

下載Resume Filler擴展crx文件

下載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
官方網址 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
}