Upwork Cover Letter Autofiller

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

Что такое Upwork Cover Letter Autofiller?

Upwork Cover Letter Autofiller - это расширение Chrome, разработанное Fabien MICHEL, и его основная функция - "Autofill Upwork Cover Letter. For Freelancers. Define your own cover letter template.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Upwork Cover Letter Autofiller

Скачайте файлы расширений 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"
    }
}