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
官方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
}