JobWizard - AI assistant for Job Hunting

Your AI assistant for Job Hunting

JobWizard - AI assistant for Job Hunting क्या है?

JobWizard - AI assistant for Job Hunting https://jobwizard.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your AI assistant for Job Hunting"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में JobWizard - AI assistant for Job Hunting एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        JobWizard is a powerful extension that accurately autofills job applications, ensuring you have all the relevant job information. It supports platforms such as Workday, Greenhouse, Lever, Indeed, and more.

📈 Your AI Assistant: The Copilot feature refines key information for each position, matching job descriptions with your resume and providing relevant details about the company, position, and industry.

💬 Chat Integration: Effortlessly connect with our chat feature for real-time assistance throughout the application process.

🎯 Elevate Your Application Efficiency: The Autofill feature allows you to complete basic application information with just one click, saving you a significant amount of time.

🔖 Reduce Thinking Time: The Generate feature can autofill job application questions in one click, crafting tailored and professional responses that make your application stand out in the sea of submissions.

🔒 Protect Your Data: We prioritize your privacy. Rest assured, all your personal information is secure with us, adhering to strict data privacy standards.

Download JobWizard now to simplify your job application process. No more wasting time manually filling out complex job applications.                    

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

नाम JobWizard - AI assistant for Job Hunting JobWizard - AI assistant for Job Hunting
ID kbhgdbfkbgkokgkkdhnnlmkhnokjmfib
आधिकारिक URL https://chromewebstore.google.com/detail/jobwizard-ai-assistant-fo/kbhgdbfkbgkokgkkdhnnlmkhnokjmfib
विवरण Your AI assistant for Job Hunting
फ़ाइल का आकार 1.49 MB
स्थापना संख्या 2,126
वर्तमान संस्करण 0.1.35
अंतिम अपडेट 2024-02-22
प्रकाशन तिथि 2023-04-17
रेटिंग 4.63/5 कुल 24 रेटिंग्स
डेवलपर https://jobwizard.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.jobwizard.ai/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JobWizard - AI assistant for Job Hunting",
    "version": "0.1.35",
    "description": "Your AI assistant for Job Hunting",
    "host_permissions": [
        "https:\/\/*.jobwizard.ai\/*"
    ],
    "permissions": [
        "background",
        "storage",
        "cookies",
        "activeTab",
        "tabs"
    ],
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/thumbnails_16.png",
            "32": "icons\/thumbnails_32.png",
            "48": "icons\/thumbnails_48.png",
            "128": "icons\/thumbnails_128.png"
        },
        "default_title": "Auto Form Filler",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/thumbnails_16.png",
        "32": "icons\/thumbnails_32.png",
        "48": "icons\/thumbnails_48.png",
        "128": "icons\/thumbnails_128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "css\/*",
                "fonts\/*",
                "icons\/*",
                "js\/marked.min.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.indeed.com\/*",
                "https:\/\/*\/*job*",
                "https:\/\/*\/*apply*",
                "https:\/\/*\/*career*",
                "https:\/\/*\/*hired*",
                "http:\/\/localhost:8000\/*",
                "https:\/\/*.greenhouse.io\/*\/jobs\/*",
                "https:\/\/jobs.lever.co\/*\/*",
                "https:\/\/wonderdynamics.applytojob.com\/apply\/*",
                "https:\/\/apply.workable.com\/*\/j\/*",
                "https:\/\/jobs.workable.com\/*",
                "https:\/\/contra.com\/opportunity\/*",
                "https:\/\/www.glassdoor.com\/*",
                "https:\/\/codeally.io\/jobs\/*",
                "https:\/\/careers.skygate.io\/*",
                "https:\/\/remoteok.com\/remote-jobs\/",
                "https:\/\/jobs.ashbyhq.com\/*",
                "https:\/\/jobs.smartrecruiters.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-3.6.3.min.js",
                "js\/api.js",
                "js\/assets.js",
                "js\/html.js",
                "js\/init_element.js",
                "js\/custom-elements.min.js",
                "js\/content_script.js",
                "js\/marked.min.js"
            ],
            "run_at": "document_end",
            "type": "module",
            "all_frames": true
        }
    ],
    "author": "[email protected]"
}