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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick apply to thousands of jobs. With Untapped Quick Apply, fill out your job applications in one click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Untapped Quick Apply एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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\/*"
    ]
}