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
}