Forklead - Cover letter builder

AI generated cover letters for freelancers

What is Forklead - Cover letter builder?

Forklead - Cover letter builder is a Chrome extension developed by https://forklead.com, and its main feature is "AI generated cover letters for freelancers".

Extension Screenshots

screenshot
screenshot

Download Forklead - Cover letter builder Extension CRX File

Download Forklead - Cover letter builder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Introducing ForkLead - the Chrome extension that makes it easy to write tailored, quality cover letters for job applications.

With ForkLead, you can create custom cover letters in just a few simple steps:

1. Download the extension and create an account on our website.
2. Add your job experience and skills to your account dashboard.
3. When you find a job post that you're interested in, select it's text and click the blue ForkLead button that appears under the job description.
4. A window will pop up with your tailored cover letter, ready for you to review and submit.

ForkLead helps you save time and effort when applying for jobs, so you can send out more applications without sacrificing quality by using a static template. Plus, with the free plan, you get 20 free cover letters per month.

Take the hassle out of writing cover letters and start applying for jobs with confidence. Choose ForkLead and get one step closer to your dream job.

Website: https://www.forklead.com                    

Extension Basic Information

Name Forklead - Cover letter builder Forklead - Cover letter builder
ID jmaknhhplcmiedomgagmmdnmkbkmfmkj
Official URL https://chromewebstore.google.com/detail/forklead-cover-letter-bui/jmaknhhplcmiedomgagmmdnmkbkmfmkj
Description AI generated cover letters for freelancers
File Size 718 KB
Installation Count 101
Current Version 1.0.3
Last Updated 2023-01-19
Publish Date 2023-01-11
Developer https://forklead.com
Email [email protected]
Payment Type in_app
Extension Website https://www.forklead.com
Privacy Policy Page URL http://Forklead.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Forklead - Cover letter builder",
    "description": "AI generated cover letters for freelancers",
    "version": "1.0.3",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/forklead.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Forklead",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "contentScript.js"
            ],
            "css": [
                "forklead-button.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "listener.js",
                "forklead-button.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}