Job Clerk Co-pilot
Your AI assistant for job applications. Visit jobclerk.com for more.
什么是Job Clerk Co-pilot?
Job Clerk Co-pilot是由https://jobclerk.com开发的Chrome扩展程序,该扩展的主要功能是“Your AI assistant for job applications. Visit jobclerk.com for more.”。
扩展截图
下载Job Clerk Co-pilot扩展crx文件
下载Job Clerk Co-pilot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Job Clerk Co-pilot: Your NHS job application assistant
Discover the future of job applications with Job Clerk Co-pilot, your AI-powered assistant dedicated to simplifying the NHS job applications. This innovative web extension is designed to enhance your job-seeking experience by automating the form-filling process, making it faster, more accurate, and stress-free.
Effortless Form Filling: Say goodbye to the tedium of manual entries. Our AI technology intelligently fills out application forms for you on trac.jobs, the UK's leading healthcare job portal.
Time-Saving: Spend less time on paperwork and more on what matters – preparing for your next career move.
Accuracy and Consistency: Minimize errors in your applications with automated, consistent form filling.
User-Friendly: A simple, intuitive interface ensures a smooth experience, regardless of your tech skill level.
Current and Future Capabilities
Optimized for trac.jobs: Currently, Job Clerk Co-pilot is optimized for trac.jobs, offering seamless integration with one of the UK's largest application tracking systems in the healthcare sector.
Expanding Horizons: We're committed to broadening our reach. Our team is diligently working to make Job Clerk Co-pilot compatible with more job application websites, expanding your opportunities. 扩展基本信息
| 名称 | |
| ID | cdnigjeoklhhceampjdggjgdhipklocc |
| 官方URL | https://chromewebstore.google.com/detail/job-clerk-co-pilot/cdnigjeoklhhceampjdggjgdhipklocc |
| 简介 | Your AI assistant for job applications. Visit jobclerk.com for more. |
| 文件大小 | 2.63 MB |
| 安装次数 | 82 |
| 当前版本 | 1.2.2 |
| 更新时间 | 2024-02-09 |
| 上架时间 | 2024-01-22 |
| 评分 | 5.00/5 共19次评分 |
| 开发者 | https://jobclerk.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.jobclerk.com/ |
| 帮助页面URL | https://www.jobclerk.com/about |
| 隐私政策页面URL | https://www.jobclerk.com/privacy-notice |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Job Clerk Co-pilot",
"description": "Your AI assistant for job applications. Visit jobclerk.com for more.",
"version": "1.2.2",
"manifest_version": 3,
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.jobclerk.com\/*",
"https:\/\/jobclerk.com\/*",
"https:\/\/apps.trac.jobs\/job-advert\/*",
"https:\/\/apps.trac.jobs\/application\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
},
"background": {
"service_worker": "service.worker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/apps.trac.jobs\/job-advert\/*"
],
"js": [
"content_trac_job_advert.js"
]
},
{
"matches": [
"https:\/\/apps.trac.jobs\/application\/*"
],
"js": [
"content_trac_job_application.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"fonts\/*.woff2",
"fonts\/*.woff"
],
"matches": [
" | |