Easy Apply

Makes applying for jobs easier.

What is Easy Apply?

Easy Apply is a Chrome extension developed by jasonou, and its main feature is "Makes applying for jobs easier.".

Extension Screenshots

screenshot
screenshot

Download Easy Apply Extension CRX File

Download Easy Apply extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        # easy-apply

Chrome extension for making my time applying for jobs easier. Allows me to save data that I use frequently and easily copy and paste it. Also will allow me to save positions I am interested in or applied for.

## FEATURES

1) Users are able to save simple data such as their frequenctly used LinkedIn, GitHub, Phone Number, and Email Address.

2) There are two quick links to job searching sites, LinkedIn Jobs, and Indeed.

3) Users are able to save jobs they are interested in and view them.

4) Users are able to remove and modify the status of their applications.

## Storage using the Chrome Storage API

> Storage API format using a JSON representation.                    

Extension Basic Information

Name Easy Apply Easy Apply
ID ffdpcmkeeabojbhacongdblkjcbogpab
Official URL https://chromewebstore.google.com/detail/easy-apply/ffdpcmkeeabojbhacongdblkjcbogpab
Description Makes applying for jobs easier.
File Size 45.88 KB
Installation Count 113
Current Version 1.00
Last Updated 2017-12-28
Publish Date 2017-12-27
Rating 1.00/5 Total 1 Ratings
Developer jasonou
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Apply",
    "version": "1.00",
    "manifest_version": 2,
    "description": "Makes applying for jobs easier.",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon48.png"
    },
    "browser_action": {
        "default_title": "Easy Apply",
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "storage"
    ]
}