Untapped Quick Apply

Quick apply to thousands of jobs. With Untapped Quick Apply, fill out your job applications in one click.

Untapped Quick Apply là gì?

Untapped Quick Apply là một tiện ích mở rộng Chrome được phát triển bởi https://untapped.io, và tính năng chính của nó là "Quick apply to thousands of jobs. With Untapped Quick Apply, fill out your job applications in one click.".

Ả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 Untapped Quick Apply

Tải xuống các tệp mở rộng Untapped Quick Apply 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

                        Never waste time filling out the same information over and over again on a job application. Untapped Quick Apply instantly fills out job applications with your saved information on thousands of career websites.

HOW IT WORKS
Save your profile in Untapped to use it as a common application so you never have to re-type information again.

Untapped Quick Apply is compatible with applications to the biggest companies out there, allowing you to apply to jobs on thousands of career websites.

Speed up your job application process by pre-filling any application with 1 click. 

Join 700k+ job seekers who have applied to jobs with Untapped.  

PRIVACY
The content of your Untapped profile never leaves your browser. Your information won’t be shared without your consent.

CONTACT US
Email: [email protected]                    

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

Tên Untapped Quick Apply Untapped Quick Apply
ID cpbkedjckfglnakkdcignmkdgdkjlcmk
URL Chính Thức https://chromewebstore.google.com/detail/untapped-quick-apply/cpbkedjckfglnakkdcignmkdgdkjlcmk
Mô tả Quick apply to thousands of jobs. With Untapped Quick Apply, fill out your job applications in one click.
Kích Thước Tệp 295 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-09-15
Ngày Phát Hành 2023-06-20
Đánh Giá 1.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://untapped.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.untapped.io/
URL Trang Trợ Giúp https://support.untapped.io/s/article/Candidate-Quick-Apply-Browser-Extension-FAQ
URL Trang Chính Sách Bảo Mật https://www.untapped.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Untapped Quick Apply",
    "version": "1.0.4",
    "description": "Quick apply to thousands of jobs. With Untapped Quick Apply, fill out your job applications in one click.",
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_title": "Popup Sample",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/import-main.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content-scripts\/main.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/www.untapped.io\/*"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.untapped.io\/*"
    ]
}