Lilium

Submit Winning Upwork Proposals

Wat is Lilium?

Lilium is een Chrome-extensie ontwikkeld door https://lilium.ai, en de belangrijkste functie is "Submit Winning Upwork Proposals".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Lilium

Download Lilium-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Professionals on Upwork use Lilium to submit winning proposals, fast. Lilium saves each cover letter you write or question you answer, making it quick and easy to find and use them again for the next job. It is way faster than writing from scratch, so you can get winning proposals in front of clients before your competition.

The Lilium extension is built into Upwork—it automatically appears when you start filling out a proposal. Choose the response you want to use, tailor it to the job, and submit. Use Lilium to get your proposal in front of the client first!                    

Basisinformatie over de Extensie

Naam Lilium Lilium
ID gjpmpmjjkenmgbbkcdpfepmodmhgepkg
Officiële URL https://chromewebstore.google.com/detail/lilium/gjpmpmjjkenmgbbkcdpfepmodmhgepkg
Beschrijving Submit Winning Upwork Proposals
Bestandsgrootte 7.34 MB
Aantal Installaties 2,258
Huidige Versie 0.20
Laatst Bijgewerkt 2022-10-05
Publicatiedatum 2020-10-06
Beoordeling 4.20/5 Totaal 10 Beoordelingen
Ontwikkelaar https://lilium.ai
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.lilium.ai/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lilium",
    "version": "0.20",
    "description": "Submit Winning Upwork Proposals",
    "permissions": [
        "clipboardWrite",
        "activeTab",
        "storage",
        "https:\/\/api.rollbar.com\/"
    ],
    "icons": {
        "128": "chrome-extension\/assets\/enabled-icon.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.upwork.com\/ab\/proposals\/job\/*",
                "https:\/\/www.upwork.com\/ab\/proposals\/interview\/*"
            ],
            "js": [
                "static\/js\/rollbarConfig.js",
                "static\/js\/rollbar.min.js",
                "static\/js\/contentScript.js"
            ],
            "css": [
                "static\/css\/contentScript.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "static\/js\/rollbarConfig.js",
            "static\/js\/rollbar.min.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' http:\/\/localhost:3000 https:\/\/cdn.rollbar.com; object-src 'self' https:\/\/cdn.rollbar.com",
    "browser_action": {
        "default_popup": "chrome-extension\/popup.html",
        "default_title": "Lilium"
    },
    "web_accessible_resources": [
        "static\/*"
    ]
}