Easy Apply

Makes applying for jobs easier.

什麼是Easy Apply?

Easy Apply是由jasonou開發的Chrome擴展程式,該擴展的主要功能是“Makes applying for jobs easier.”。

擴展截圖

screenshot
screenshot

下載Easy Apply擴展crx文件

下載Easy Apply擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        # 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.                    

擴展基本資訊

名稱 Easy Apply Easy Apply
ID ffdpcmkeeabojbhacongdblkjcbogpab
官方網址 https://chromewebstore.google.com/detail/easy-apply/ffdpcmkeeabojbhacongdblkjcbogpab
簡介 Makes applying for jobs easier.
檔案大小 45.88 KB
安裝次數 113
目前版本 1.00
更新時間 2017-12-28
上架時間 2017-12-27
評分 1.00/5 共 1 次評分
開發者 jasonou
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}