Easywork: Upwork helper

Upwork helper for freelancers

Easywork: Upwork helper là gì?

Easywork: Upwork helper là một tiện ích mở rộng Chrome được phát triển bởi Iskandar S, và tính năng chính của nó là "Upwork helper for freelancers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Easywork: Upwork helper

Tải xuống các tệp mở rộng Easywork: Upwork helper 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Easywork: Upwork helper Easywork: Upwork helper
ID ommfnkjgcoljfppejglmlhoodcpcgpfh
URL Chính Thức https://chromewebstore.google.com/detail/easywork-upwork-helper/ommfnkjgcoljfppejglmlhoodcpcgpfh
Mô tả Upwork helper for freelancers
Kích Thước Tệp 200 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2024-01-18
Ngày Phát Hành 2024-01-15
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Iskandar S
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}