Lilium
Submit Winning Upwork Proposals
Lilium क्या है?
Lilium https://lilium.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Submit Winning Upwork Proposals"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lilium एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |