Untapped Quick Apply

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

什麼是Untapped Quick Apply?

Untapped Quick Apply是由https://untapped.io開發的Chrome擴展程式,該擴展的主要功能是“Quick apply to thousands of jobs. With Untapped Quick Apply, fill out your job applications in one click.”。

擴展截圖

screenshot
screenshot
screenshot

下載Untapped Quick Apply擴展crx文件

下載Untapped Quick Apply擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 Untapped Quick Apply Untapped Quick Apply
ID cpbkedjckfglnakkdcignmkdgdkjlcmk
官方網址 https://chromewebstore.google.com/detail/untapped-quick-apply/cpbkedjckfglnakkdcignmkdgdkjlcmk
簡介 Quick apply to thousands of jobs. With Untapped Quick Apply, fill out your job applications in one click.
檔案大小 295 KB
安裝次數 4,000
目前版本 1.0.4
更新時間 2023-09-15
上架時間 2023-06-20
評分 1.20/5 共 5 次評分
開發者 https://untapped.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.untapped.io/
說明頁面URL https://support.untapped.io/s/article/Candidate-Quick-Apply-Browser-Extension-FAQ
隱私政策頁面URL https://www.untapped.io/privacy-policy
支援的語言 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\/*"
    ]
}