Easy Apply
Apply to AngelList jobs automatically
O que é Easy Apply?
Easy Apply é uma extensão do Chrome desenvolvida por raj.bhojan, e sua principal característica é "Apply to AngelList jobs automatically".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Easy Apply
Baixe arquivos de extensão Easy Apply no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Easy Apply |
ID | pgdkaehkejiaemknlpknmjioedpjaphg |
URL Oficial | https://chromewebstore.google.com/detail/easy-apply/pgdkaehkejiaemknlpknmjioedpjaphg |
Descrição | Apply to AngelList jobs automatically |
Tamanho do Arquivo | 14.1 KB |
Contagem de Instalações | 219 |
Versão Atual | 2.2 |
Última Atualização | 2022-09-26 |
Data de Publicação | 2021-11-13 |
Classificação | 5.00/5 Total de 9 Avaliações |
Desenvolvedor | raj.bhojan |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |