Easy Apply
Apply to AngelList jobs automatically
什么是Easy Apply?
Easy Apply是由raj.bhojan开发的Chrome扩展程序,该扩展的主要功能是“Apply to AngelList jobs automatically”。
扩展截图
下载Easy Apply扩展crx文件
下载Easy Apply扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Job Applications are monotonic and tiring. You have to copy-paste the same cover letter multiple times which is counterproductive and time-consuming. Easy Apply is a bot that automates the process of job applications for you. The extension is easy to use and completely free. You can apply upto 30 jobs in 3 minutes. The extension currently works on AngelList. It would be made available for other platforms soon.
扩展基本信息
名称 | Easy Apply |
ID | pgdkaehkejiaemknlpknmjioedpjaphg |
官方URL | https://chromewebstore.google.com/detail/easy-apply/pgdkaehkejiaemknlpknmjioedpjaphg |
简介 | Apply to AngelList jobs automatically |
文件大小 | 14.1 KB |
安装次数 | 219 |
当前版本 | 2.2 |
更新时间 | 2022-09-26 |
上架时间 | 2021-11-13 |
评分 | 5.00/5 共9次评分 |
开发者 | raj.bhojan |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Apply", "description": "Apply to AngelList jobs automatically", "version": "2.2", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "icons": { "16": "easy_apply_128.png", "48": "easy_apply_128.png", "128": "easy_apply_128.png" }, "manifest_version": 3, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |