SpeedyApply: Job Application Autofill Tool

Job application autofill Chrome extension for application portals such as Workday, ICIMS, and Greenhouse.

SpeedyApply: Job Application Autofill Tool क्या है?

SpeedyApply: Job Application Autofill Tool https://speedyapply.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Job application autofill Chrome extension for application portals such as Workday, ICIMS, and Greenhouse."।

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

screenshot

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

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

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

                        💼Overview
SpeedyApply is the ultimate solution for job seekers who want to take control of their job application process. With SpeedyApply, you can create a comprehensive job profile and use it to apply to multiple job application portals with just a few clicks. Our powerful autofill scripts ensure that your application is filled out accurately and quickly, saving you precious time and effort.

But SpeedyApply doesn't stop there! With our Analytics page, you can track your job application progress and stay on top of your job search. You'll be able to see which jobs you've applied to and when you applied, allowing you to easily follow up with potential employers and stay organized throughout the job search process.

Whether you're a seasoned job seeker or just starting out, SpeedyApply is the must-have Chrome extension that will make your job search a breeze. Don't waste any more time filling out tedious job applications by hand – download SpeedyApply today and take the first step towards your dream job!

🌐Current Modules
- Workday
- ICIMS
- SuccessFactors
- Greenhouse
- Lever

🗺️Roadmap:
- Autofill support for more application portals.
- GPT API integration to suggest responses for open-ended questions.
- Enhance application analysis with more filters and visual data representation.
- Possibly open source to expand features and customization options.

For general inquiries or support, please contact me at: https://www.speedyapply.com/contact

Please see our Privacy Policy at https://docs.google.com/document/d/e/2PACX-1vQAzkR3LdOu3ug1lsVSpgbwlY1Cn6VOWVI7aJPJu_16YI90s_02D_EKOqND8A8RVw9Rp464Ye3WMyVJ/pub                    

एक्सटेंशन की मूल जानकारी

नाम SpeedyApply: Job Application Autofill Tool SpeedyApply: Job Application Autofill Tool
ID mbgjopdedgonlbpikjfibkccpmhjbnag
आधिकारिक URL https://chromewebstore.google.com/detail/speedyapply-job-applicati/mbgjopdedgonlbpikjfibkccpmhjbnag
विवरण Job application autofill Chrome extension for application portals such as Workday, ICIMS, and Greenhouse.
फ़ाइल का आकार 298 KB
स्थापना संख्या 1,321
वर्तमान संस्करण 1.11.4
अंतिम अपडेट 2024-02-19
प्रकाशन तिथि 2023-05-08
रेटिंग 4.59/5 कुल 17 रेटिंग्स
डेवलपर https://speedyapply.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.speedyapply.com
सहायता पृष्ठ URL https://www.speedyapply.com/contact
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/e/2PACX-1vQAzkR3LdOu3ug1lsVSpgbwlY1Cn6VOWVI7aJPJu_16YI90s_02D_EKOqND8A8RVw9Rp464Ye3WMyVJ/pub
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpeedyApply: Job Application Autofill Tool",
    "short_name": "SpeedyApply",
    "description": "Job application autofill Chrome extension for application portals such as Workday, ICIMS, and Greenhouse.",
    "author": "Kirk Watson",
    "homepage_url": "https:\/\/speedyapply.com",
    "version": "1.11.4",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-34.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-48.png",
        "default_title": "SpeedyApply"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.tsx-loader-16a8bd05.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-34.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/chunk-701993bb.js",
                "assets\/chunk-9112f779.js",
                "assets\/chunk-97666ef8.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ]
}