Easy Apply
Makes applying for jobs easier.
什么是Easy Apply?
Easy Apply是由jasonou开发的Chrome扩展程序,该扩展的主要功能是“Makes applying for jobs easier.”。
扩展截图
下载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 |
ID | ffdpcmkeeabojbhacongdblkjcbogpab |
官方URL | 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" ] } |