Lilium
Submit Winning Upwork Proposals
Was ist Lilium?
Lilium ist eine Chrome-Erweiterung, die von https://lilium.ai entwickelt wurde, und ihr Hauptmerkmal ist "Submit Winning Upwork Proposals".
Erweiterungsscreenshots
Lilium-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lilium-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | gjpmpmjjkenmgbbkcdpfepmodmhgepkg |
Offizielle URL | https://chromewebstore.google.com/detail/lilium/gjpmpmjjkenmgbbkcdpfepmodmhgepkg |
Beschreibung | Submit Winning Upwork Proposals |
Dateigröße | 7.34 MB |
Installationsanzahl | 2,258 |
Aktuelle Version | 0.20 |
Letztes Update | 2022-10-05 |
Veröffentlichungsdatum | 2020-10-06 |
Bewertung | 4.20/5 Insgesamt 10 Bewertungen |
Entwickler | https://lilium.ai |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.lilium.ai/privacy |
Unterstützte Sprachen | 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\/*" ] } |