Forklead - Cover letter builder

AI generated cover letters for freelancers

Cos'è Forklead - Cover letter builder?

Forklead - Cover letter builder è un'estensione di Chrome sviluppata da https://forklead.com, e la sua funzione principale è "AI generated cover letters for freelancers".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Forklead - Cover letter builder

Scarica i file di estensione Forklead - Cover letter builder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Forklead - Cover letter builder Forklead - Cover letter builder
ID jmaknhhplcmiedomgagmmdnmkbkmfmkj
URL Ufficiale https://chromewebstore.google.com/detail/forklead-cover-letter-bui/jmaknhhplcmiedomgagmmdnmkbkmfmkj
Descrizione AI generated cover letters for freelancers
Dimensione del File 718 KB
Conteggio Installazioni 101
Versione Corrente 1.0.3
Ultimo Aggiornamento 2023-01-19
Data di Pubblicazione 2023-01-11
Sviluppatore https://forklead.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.forklead.com
URL della Pagina della Politica sulla Privacy http://Forklead.com/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}