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
官方網址 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"
    ]
}