Auto Apply Dog - Indeed
Automate your job search - let AI search and apply for you
什么是Auto Apply Dog - Indeed?
Auto Apply Dog - Indeed是由lmlm开发的Chrome扩展程序,该扩展的主要功能是“Automate your job search - let AI search and apply for you”。
扩展截图
下载Auto Apply Dog - Indeed扩展crx文件
下载Auto Apply Dog - Indeed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Speed up your job search with your personal job application assistant
- Stop wasting time re-filling form fields: let AI search & fill in the form fields based on your data
- Generate cover letter: don't waste time thinking of the perfect thing to say
- Auto-Submit: opt-in to submit after refining Q&A examples and verifying 扩展基本信息
| 名称 | |
| ID | kabelhceaclhglniioadkdcnmnfkigko |
| 官方URL | https://chromewebstore.google.com/detail/auto-apply-dog-indeed/kabelhceaclhglniioadkdcnmnfkigko |
| 简介 | Automate your job search - let AI search and apply for you |
| 文件大小 | 405 KB |
| 安装次数 | 349 |
| 当前版本 | 0.1.8 |
| 更新时间 | 2024-02-24 |
| 上架时间 | 2023-05-24 |
| 评分 | 3.67/5 共3次评分 |
| 开发者 | lmlm |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.apply.dog |
| 帮助页面URL | https://discord.gg/rnGT4DMjGd |
| 隐私政策页面URL | https://www.apply.dog/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Auto Apply Dog - Indeed",
"description": "Automate your job search - let AI search and apply for you",
"version": "0.1.8",
"manifest_version": 3,
"background": {
"service_worker": "serviceWorker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.indeed.com\/*"
],
"js": [
"contentScriptIndeed.js"
]
}
],
"host_permissions": [
"https:\/\/www.googleapis.com\/*",
"https:\/\/www.apply.dog\/api\/*"
],
"options_ui": {
"page": "popup.html",
"open_in_tab": true
},
"action": {
"default_title": "Apply Dog",
"default_popup": "popup.html",
"default_icon": {
"16": "\/icons\/16x.png",
"32": "\/icons\/32x.png",
"48": "\/icons\/48x.png",
"128": "\/icons\/128x.png"
}
},
"icons": {
"16": "\/icons\/16x.png",
"32": "\/icons\/32x.png",
"48": "\/icons\/48x.png",
"128": "\/icons\/128x.png"
},
"permissions": [
"storage",
"identity"
],
"oauth2": {
"client_id": "90916644195-2aj0vvq03mpb0ub8ipddnj4j3nkssff4.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkuOuiCVVS5hoDhG6IZ\/hN4\/ILADGZGISj7DE14dVK3vy91K2ci7dLeqHT8cmZs\/CA341B7CaHjq9o0zmId+rDIrzy+ivzDLm7umy5UqWPUFAVP\/37iLsN+XIm7iRoPI1JlHNC7gzdqrNUQVgsH98vqmJ43xHarJnWeAPyj9+rZdExcLR451sDWBh+fdBTcEfKgC8SeuIMeyFazwxLEPSZoONvH2LmbB4KX1RNSaWMI2PNCT4Uvn23tthnv6q061ZvHHxH59j2jRPjvytVq3HAysplWJXY1c1Paiu4S4GazBsJJvNHTPMH5vwpaSHwQB+17U4yHevHle\/\/65sUZU9cwIDAQAB"
} | |