Easywork: Upwork helper

Upwork helper for freelancers

Easywork: Upwork helper란 무엇입니까?

Easywork: Upwork helper은(는) Iskandar S에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upwork helper for freelancers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Easywork: Upwork helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Empower your freelance journey with our Chrome extension designed to streamline your Upwork experience, helps you save time looking for your next job!
-Shows you how much you will earn from each job (-10%fee and connects cost)
-Shows you how many connects you will have left if you apply to a job
-Highlights jobs from clients with verified payment method
-Highlights in red Post time if it's too old
-Highlights in red "Client spent" it's too low
-Highlights Proposals number                    

확장 프로그램 기본 정보

이름 Easywork: Upwork helper Easywork: Upwork helper
ID ommfnkjgcoljfppejglmlhoodcpcgpfh
공식 URL https://chromewebstore.google.com/detail/easywork-upwork-helper/ommfnkjgcoljfppejglmlhoodcpcgpfh
설명 Upwork helper for freelancers
파일 크기 200 KB
설치 횟수 55
현재 버전 1.1.0
최근 업데이트 2024-01-18
출시 날짜 2024-01-15
평점 5.00/5 총 3 개의 평점
개발자 Iskandar S
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easywork: Upwork helper",
    "description": "Upwork helper for freelancers",
    "version": "1.1.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.upwork.com\/nx\/find-work\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "144": "images\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "144": "images\/128.png"
        }
    }
}