Easywork: Upwork helper

Upwork helper for freelancers

Co je Easywork: Upwork helper?

Easywork: Upwork helper je rozšíření Chrome vyvinuté Iskandar S, a jeho hlavní funkcí je „Upwork helper for freelancers“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Easywork: Upwork helper

Stáhněte si soubory rozšíření Easywork: Upwork helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Easywork: Upwork helper Easywork: Upwork helper
ID ommfnkjgcoljfppejglmlhoodcpcgpfh
Oficiální URL https://chromewebstore.google.com/detail/easywork-upwork-helper/ommfnkjgcoljfppejglmlhoodcpcgpfh
Popis Upwork helper for freelancers
Velikost souboru 200 KB
Počet instalací 55
Aktuální Verze 1.1.0
Poslední Aktualizace 2024-01-18
Datum Vydání 2024-01-15
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Iskandar S
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    }
}