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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}