blindfold.ai - targeted resumes using AI

Generate job-specific resumes from any job posting and automatically apply using your blindfold resumes.

blindfold.ai - targeted resumes using AI क्या है?

blindfold.ai - targeted resumes using AI https://blindfold.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate job-specific resumes from any job posting and automatically apply using your blindfold resumes."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में blindfold.ai - targeted resumes using AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        One resume will not satisfy the demands of different jobs. With the blindfold.ai extension, you can easily create resumes that target different jobs using generative AI. Our AI helps you get over writer's block and helps build the ideal resume for the jobs you are interested in. Stop applying with the same resume to every job and increase your chances of landing the dream job you have in mind. 

How it works:
1. Install the blindfold.ai extension 
2. Visit any job posting page
3. Login/Signup with blindfold.ai
4. Choose from an existing resume or create a targeted resume for any job
5. Save time by auto-completing job applications using the perfect resume

This extension currently supports career sites powered by Greenhouse, Lever, LinkedIn, and Eightfold.ai. We are constantly adding support for other job boards.                    

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

नाम blindfold.ai - targeted resumes using AI blindfold.ai - targeted resumes using AI
ID gggpgnehaknpblhpclclaamdceolmkma
आधिकारिक URL https://chromewebstore.google.com/detail/blindfoldai-targeted-resu/gggpgnehaknpblhpclclaamdceolmkma
विवरण Generate job-specific resumes from any job posting and automatically apply using your blindfold resumes.
फ़ाइल का आकार 2.14 MB
स्थापना संख्या 53
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2024-02-09
प्रकाशन तिथि 2024-01-11
रेटिंग 5.00/5 कुल 11 रेटिंग्स
डेवलपर https://blindfold.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://blindfold.ai
सहायता पृष्ठ URL https://blindfold.ai/contact
गोपनीयता नीति पृष्ठ URL https://blindfold.ai/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.f58704f6.png",
        "32": "icon32.plasmo.c2d2aa82.png",
        "48": "icon48.plasmo.8db365f9.png",
        "64": "icon64.plasmo.a671a8cd.png",
        "128": "icon128.plasmo.f86e3ae6.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.f58704f6.png",
            "32": "icon32.plasmo.c2d2aa82.png",
            "48": "icon48.plasmo.8db365f9.png",
            "64": "icon64.plasmo.a671a8cd.png",
            "128": "icon128.plasmo.f86e3ae6.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.5",
    "author": "blindfold.ai",
    "name": "blindfold.ai - targeted resumes using AI",
    "description": "Generate job-specific resumes from any job posting and automatically apply using your blindfold resumes.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "downloads",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "eightfold.982e3149.js"
            ],
            "css": [
                "eightfold.125f00bb.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.linkedin.com\/jobs\/*"
            ],
            "js": [
                "linkedin.fb8559b8.js"
            ],
            "css": [
                "eightfold.125f00bb.css"
            ]
        },
        {
            "matches": [
                "*:\/\/boards.greenhouse.io\/*",
                "*:\/\/jobs.lever.co\/*"
            ],
            "js": [
                "contents.7938820c.js"
            ],
            "css": [
                "eightfold.125f00bb.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/blindfold.ai\/api\/trpc\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/blindfold.ai\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon.9d2e382f.png",
                "eightfold.5f52c3dc.css",
                "eightfold.fe2033d5.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "icon.9d2e382f.png",
                "eightfold.5f52c3dc.css",
                "eightfold.fe2033d5.css"
            ]
        },
        {
            "matches": [
                "*:\/\/boards.greenhouse.io\/*",
                "*:\/\/jobs.lever.co\/*"
            ],
            "resources": [
                "icon.9d2e382f.png",
                "eightfold.5f52c3dc.css",
                "eightfold.fe2033d5.css"
            ]
        }
    ]
}