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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Autofill Upwork Cover Letter. For Freelancers. Define your own cover letter template."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Upwork Cover Letter Autofiller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}