Piko - Autofill job applications

Apply to jobs and internships 100x faster by autofilling job applications using generative AI.

Piko - Autofill job applications là gì?

Piko - Autofill job applications là một tiện ích mở rộng Chrome được phát triển bởi https://pikojobs.com, và tính năng chính của nó là "Apply to jobs and internships 100x faster by autofilling job applications using generative AI.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Piko - Autofill job applications

Tải xuống các tệp mở rộng Piko - Autofill job applications 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

                        Stop filling out job applications, answering mini-essay questions and writing cover letters - let our AI do the work instead. Use our free chrome extension to autofill job applications anywhere on the web.

Use our custom job lists to find your dream role, and apply to over 1,000,000 jobs in a single click. We’ll also automatically update the job tracker once you apply, so you can visualise the status of your job search in a simple, kanban board.

Looking for roles in finance? Tech? Law? Or even at a high growth startup? We’ve got you covered. Our users have applied to and landed positions at prestigious companies like Citi, Netflix, and PwC. We’re compatible with all major sites, including Greenhouse, Lever, Workable, Workday & more!

Create your Piko Profile and start applying today!                    

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

Tên Piko - Autofill job applications Piko - Autofill job applications
ID epljpaacefpgnnmmcinninoankklejkl
URL Chính Thức https://chromewebstore.google.com/detail/piko-autofill-job-applica/epljpaacefpgnnmmcinninoankklejkl
Mô tả Apply to jobs and internships 100x faster by autofilling job applications using generative AI.
Kích Thước Tệp 273 KB
Số Lần Cài Đặt 309
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2023-05-10
Ngày Phát Hành 2023-04-09
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://pikojobs.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pikojobs.com
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.f6803f71.png",
        "32": "icon32.plasmo.0ff38cd9.png",
        "48": "icon48.plasmo.e6906667.png",
        "64": "icon64.plasmo.ec75622a.png",
        "128": "icon128.plasmo.c23dff8d.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.f6803f71.png",
            "32": "icon32.plasmo.0ff38cd9.png",
            "48": "icon48.plasmo.e6906667.png",
            "64": "icon64.plasmo.ec75622a.png",
            "128": "icon128.plasmo.c23dff8d.png"
        }
    },
    "version": "2.2",
    "name": "Piko - Autofill job applications",
    "description": "Apply to jobs and internships 100x faster by autofilling job applications using generative AI.",
    "background": {
        "service_worker": "background.b94c06c4.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/boards.greenhouse.io\/*\/jobs\/*",
                "https:\/\/jobs.lever.co\/*\/*\/apply"
            ],
            "js": [
                "apply.501800e9.js"
            ],
            "exclude_matches": [
                "https:\/\/boards.greenhouse.io\/*\/jobs\/*\/confirmation",
                "https:\/\/jobs.lever.co\/*\/*\/thanks"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/boards.greenhouse.io\/*\/jobs\/*\/confirmation",
                "https:\/\/jobs.lever.co\/*\/*\/thanks"
            ],
            "js": [
                "confirmation.6dc58e88.js"
            ],
            "css": [
                "font.66ff40ab.css"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/localhost:3000\/api\/trpc\/*",
        "https:\/\/pikojobs.com\/api\/trpc\/*",
        "https:\/\/www.pikojobs.com\/api\/trpc\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/pikojobs.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/boards.greenhouse.io\/*",
                "https:\/\/jobs.lever.co\/*"
            ],
            "resources": [
                "apply.516d0489.css",
                "apply.9dfdc7ea.png",
                "apply.c391c82c.svg"
            ]
        },
        {
            "matches": [
                "https:\/\/boards.greenhouse.io\/*",
                "https:\/\/jobs.lever.co\/*"
            ],
            "resources": [
                "Poppins.213b7dc5.ttf",
                "apply.516d0489.css"
            ]
        }
    ]
}