Easywork: Upwork helper

Upwork helper for freelancers

Cos'è Easywork: Upwork helper?

Easywork: Upwork helper è un'estensione di Chrome sviluppata da Iskandar S, e la sua funzione principale è "Upwork helper for freelancers".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Easywork: Upwork helper

Scarica i file di estensione Easywork: Upwork helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Easywork: Upwork helper Easywork: Upwork helper
ID ommfnkjgcoljfppejglmlhoodcpcgpfh
URL Ufficiale https://chromewebstore.google.com/detail/easywork-upwork-helper/ommfnkjgcoljfppejglmlhoodcpcgpfh
Descrizione Upwork helper for freelancers
Dimensione del File 200 KB
Conteggio Installazioni 55
Versione Corrente 1.1.0
Ultimo Aggiornamento 2024-01-18
Data di Pubblicazione 2024-01-15
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Iskandar S
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}