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"
    ]
}