Job Clerk Co-pilot

Your AI assistant for job applications. Visit jobclerk.com for more.

Job Clerk Co-pilot là gì?

Job Clerk Co-pilot là một tiện ích mở rộng Chrome được phát triển bởi https://jobclerk.com, và tính năng chính của nó là "Your AI assistant for job applications. Visit jobclerk.com for more.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Job Clerk Co-pilot

Tải xuống các tệp mở rộng Job Clerk Co-pilot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Job Clerk Co-pilot Job Clerk Co-pilot
ID cdnigjeoklhhceampjdggjgdhipklocc
URL Chính Thức https://chromewebstore.google.com/detail/job-clerk-co-pilot/cdnigjeoklhhceampjdggjgdhipklocc
Mô tả Your AI assistant for job applications. Visit jobclerk.com for more.
Kích Thước Tệp 2.63 MB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2024-02-09
Ngày Phát Hành 2024-01-22
Đánh Giá 5.00/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://jobclerk.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.jobclerk.com/
URL Trang Trợ Giúp https://www.jobclerk.com/about
URL Trang Chính Sách Bảo Mật https://www.jobclerk.com/privacy-notice
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}