Forklead - Cover letter builder

AI generated cover letters for freelancers

Forklead - Cover letter builderとは何ですか?

Forklead - Cover letter builderはhttps://forklead.comによって開発されたChromeの拡張機能で、その主な機能は「AI generated cover letters for freelancers」です。

拡張機能のスクリーンショット

screenshot
screenshot

Forklead - Cover letter builder拡張機能のCRXファイルをダウンロード

Forklead - Cover letter builder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Forklead - Cover letter builder Forklead - Cover letter builder
ID jmaknhhplcmiedomgagmmdnmkbkmfmkj
公式URL https://chromewebstore.google.com/detail/forklead-cover-letter-bui/jmaknhhplcmiedomgagmmdnmkbkmfmkj
説明 AI generated cover letters for freelancers
ファイルサイズ 718 KB
インストール数 101
現在のバージョン 1.0.3
最終更新日 2023-01-19
公開日 2023-01-11
開発者 https://forklead.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.forklead.com
プライバシーポリシーページのURL http://Forklead.com/privacy-policy
対応言語 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": [
                ""
            ]
        }
    ]
}