Lilium

Submit Winning Upwork Proposals

什么是Lilium?

Lilium是由https://lilium.ai开发的Chrome扩展程序,该扩展的主要功能是“Submit Winning Upwork Proposals”。

扩展截图

screenshot
screenshot
screenshot

下载Lilium扩展crx文件

下载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!                    

扩展基本信息

名称 Lilium Lilium
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\/*"
    ]
}