Lilium
Submit Winning Upwork Proposals
Lilium là gì?
Lilium là một tiện ích mở rộng Chrome được phát triển bởi https://lilium.ai, và tính năng chính của nó là "Submit Winning Upwork Proposals".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Lilium
Tải xuống các tệp mở rộng Lilium dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gjpmpmjjkenmgbbkcdpfepmodmhgepkg |
URL Chính Thức | https://chromewebstore.google.com/detail/lilium/gjpmpmjjkenmgbbkcdpfepmodmhgepkg |
Mô tả | Submit Winning Upwork Proposals |
Kích Thước Tệp | 7.34 MB |
Số Lần Cài Đặt | 2,258 |
Phiên Bản Hiện Tại | 0.20 |
Cập Nhật Lần Cuối | 2022-10-05 |
Ngày Phát Hành | 2020-10-06 |
Đánh Giá | 4.20/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://lilium.ai |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.lilium.ai/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |