Upwork Cover Letter Autofiller

Autofill Upwork Cover Letter. For Freelancers. Define your own cover letter template.

什么是Upwork Cover Letter Autofiller?

Upwork Cover Letter Autofiller是由Fabien MICHEL开发的Chrome扩展程序,该扩展的主要功能是“Autofill Upwork Cover Letter. For Freelancers. Define your own cover letter template.”。

扩展截图

screenshot
screenshot
screenshot

下载Upwork Cover Letter Autofiller扩展crx文件

下载Upwork Cover Letter Autofiller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The extension autofill your cover letter with:
✅a catchy first line
✅your own template
✅your signature

Features:
🚀 Define your own template
🚀 Join the community
🚀 Data is stored locally in your browser, no database or external service is needed!
🚀 Automatically find the client's name. 
and more...

To stand out from the competition, the first line of a cover letter must be very catchy.
What could be more catchy than saying your client's personal name? 

The extension automatically writes "Hi + {client name}!" at the beginning of your cover letter. 

Please let me know if you have any confusions, problems, comments or suggestions at [email protected]. 

Github : https://github.com/welfoz/Upwork-Cover-Letter-Autofiller

I will be happy to help you!                    

扩展基本信息

名称 Upwork Cover Letter Autofiller Upwork Cover Letter Autofiller
ID pdmiiebdfacahdoociaoppkhffhgoagf
官方URL https://chromewebstore.google.com/detail/upwork-cover-letter-autof/pdmiiebdfacahdoociaoppkhffhgoagf
简介 Autofill Upwork Cover Letter. For Freelancers. Define your own cover letter template.
文件大小 670 KB
安装次数 660
当前版本 1.5
更新时间 2023-01-19
上架时间 2022-05-05
评分 5.00/5 共3次评分
开发者 Fabien MICHEL
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Upwork Cover Letter Autofiller",
    "version": "1.5",
    "manifest_version": 3,
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/www.upwork.com\/*"
            ],
            "js": [
                "contentbundle.js"
            ]
        }
    ],
    "description": "Autofill Upwork Cover Letter. For Freelancers. Define your own cover letter template.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/www.upwork.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popupbundle.js",
                "discord_icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "124": "icon128.png"
    }
}