Lilium

Submit Winning Upwork Proposals

Lilium란 무엇입니까?

Lilium은(는) https://lilium.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Submit Winning Upwork Proposals"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Lilium 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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!                    

확장 프로그램 기본 정보

이름 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\/*"
    ]
}