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" ] } ] } |