Lilium
Submit Winning Upwork Proposals
Τι είναι το Lilium;
Το Lilium είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lilium.ai, και η κύρια λειτουργία του είναι "Submit Winning Upwork Proposals".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Lilium
Λήψη αρχείων επέκτασης Lilium σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gjpmpmjjkenmgbbkcdpfepmodmhgepkg |
Επίσημο URL | https://chromewebstore.google.com/detail/lilium/gjpmpmjjkenmgbbkcdpfepmodmhgepkg |
Περιγραφή | Submit Winning Upwork Proposals |
Μέγεθος Αρχείου | 7.34 MB |
Αριθμός Εγκαταστάσεων | 2,258 |
Τρέχουσα Έκδοση | 0.20 |
Τελευταία Ενημέρωση | 2022-10-05 |
Ημερομηνία Δημοσίευσης | 2020-10-06 |
Αξιολόγηση | 4.20/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | https://lilium.ai |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.lilium.ai/privacy |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } |