Auto Applicants AI
Apply Automatically for jobs using AI
Auto Applicants AIとは何ですか?
Auto Applicants AIはericd3770によって開発されたChromeの拡張機能で、その主な機能は「Apply Automatically for jobs using AI」です。
拡張機能のスクリーンショット
Auto Applicants AI拡張機能のCRXファイルをダウンロード
Auto Applicants AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AutoApplicantsAI: Elevate Your Job Search with Seamless Auto-Apply Solutions
Experience unparalleled efficiency with AutoApplicantsAI, our innovative job application bot. Revolutionize your job hunt by automating your application process. With a single click, apply to thousands of jobs effortlessly, leveraging our cutting-edge technology. Save hours previously spent on tedious applications and focus on what truly matters – finding your ideal job. Let AutoApplicantsAI simplify your journey, making job hunting as smooth as it should be. (edited) 拡張機能の基本情報
| 名前 | |
| ID | lkomjnkfhbkjgnoljdnfhfmdoaillgim |
| 公式URL | https://chromewebstore.google.com/detail/auto-applicants-ai/lkomjnkfhbkjgnoljdnfhfmdoaillgim |
| 説明 | Apply Automatically for jobs using AI |
| ファイルサイズ | 58.32 KB |
| インストール数 | 46 |
| 現在のバージョン | 1.8 |
| 最終更新日 | 2023-12-01 |
| 公開日 | 2023-10-25 |
| 開発者 | ericd3770 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.autoapplicants.com/ |
| ヘルプページのURL | https://www.autoapplicants.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Auto Applicants AI",
"description": "Apply Automatically for jobs using AI",
"version": "1.8",
"permissions": [
"activeTab",
"storage",
"scripting"
],
"host_permissions": [
"*:\/\/www.linkedin.com\/*",
"*:\/\/*.indeed.com\/*",
"*:\/\/*.indeed.*\/*",
"*:\/\/*.ziprecruiter.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.indeed.com\/jobs*",
"*:\/\/*.ziprecruiter.com\/jobs-search*",
"*:\/\/*.linkedin.com\/jobs\/search*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"ziprecruiter\/popup.html",
"ziprecruiter\/popup.css",
"ziprecruiter\/popup.js",
"linkedin\/popup.html",
"linkedin\/popup.css",
"linkedin\/popup.js",
"indeed\/popup.html",
"indeed\/popup.css",
"indeed\/popup.js"
],
"matches": [
" | |