EasyJobs - Autofill job applications
Your one-click solution to job applications. Powered by AI.
什么是EasyJobs - Autofill job applications?
EasyJobs - Autofill job applications是由https://easyjobs.so开发的Chrome扩展程序,该扩展的主要功能是“Your one-click solution to job applications. Powered by AI.”。
扩展截图
下载EasyJobs - Autofill job applications扩展crx文件
下载EasyJobs - Autofill job applications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of filling out job applications by hand? EasyJobs is a one-click solution to job applications. Tell us your backgrounds such as education and work experience, and this Chrome extension will automatically fill job application forms for you. 扩展基本信息
| 名称 | |
| ID | bgadbfbglghghbbiaifneokpapebncmk |
| 官方URL | https://chromewebstore.google.com/detail/easyjobs-autofill-job-app/bgadbfbglghghbbiaifneokpapebncmk |
| 简介 | Your one-click solution to job applications. Powered by AI. |
| 文件大小 | 516 KB |
| 安装次数 | 7,250 |
| 当前版本 | 0.3.7 |
| 更新时间 | 2022-09-16 |
| 上架时间 | 2021-12-29 |
| 评分 | 3.77/5 共47次评分 |
| 开发者 | https://easyjobs.so |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://easyjobs.so/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "EasyJobs - Autofill job applications",
"description": "Your one-click solution to job applications. Powered by AI.",
"version": "0.3.7",
"manifest_version": 3,
"icons": {
"128": "assets\/icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"*.css"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"permissions": [
"scripting",
"webNavigation"
],
"host_permissions": [
"https:\/\/*\/",
"http:\/\/*\/"
],
"action": {
"default_title": "Open Dashboard",
"default_popup": "popup\/test.html"
}
} | |