EZApply

Job application auto-fill

EZApplyとは何ですか?

EZApplyはmbrz-0101によって開発されたChromeの拡張機能で、その主な機能は「Job application auto-fill」です。

拡張機能のスクリーンショット

screenshot

EZApply拡張機能のCRXファイルをダウンロード

EZApply拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        EZApply is a Chrome extension that auto-fills your job application for you! Fill out your information once on our online form, then use the extension to quickly complete any of your online applications!

Visit our landing page for more info: http://ezapply-com.stackstaging.com/                    

拡張機能の基本情報

名前 EZApply EZApply
ID chgdkmbnbbdljfpakdmhgfecnnbincld
公式URL https://chrome.google.com/webstore/detail/ezapply/chgdkmbnbbdljfpakdmhgfecnnbincld
説明 Job application auto-fill
ファイルサイズ 16.17 MB
インストール数 124
現在のバージョン 1.4
最終更新日 2018-04-25
公開日 2018-04-25
評価 3.50/5 合計 2 レビュー
開発者 mbrz-0101
支払い方法 free
拡張機能のウェブサイト http://ezapply-com.stackstaging.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EZApply",
    "description": "Job application auto-fill",
    "version": "1.4",
    "icons": {
        "16": "ezapply-images\/ez_icon_red.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.js",
                "content.js",
                "popup-page\/assets\/js\/popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": "ezapply-images\/ez_icon_red.png",
        "default_popup": "popup-page\/popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}