Work Alert

Work Alert makes finding Upwork jobs easier. Don't spend hours searching, get notifications when jobs are posted.

Cos'è Work Alert?

Work Alert è un'estensione di Chrome sviluppata da https://mind2matter.co, e la sua funzione principale è "Work Alert makes finding Upwork jobs easier. Don't spend hours searching, get notifications when jobs are posted.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Work Alert

Scarica i file di estensione Work Alert 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

                        Work Alert makes finding Freelancing jobs easier. 

How many hours do you spend every day searching Upwork for new jobs?

Now you can track jobs posted into Upwork for your keywords!

As soon as clients post jobs for your keywords, you'll receive a notification. 

Applying to Jobs, First, increases your chances of being selected by the client. 

So not only are you saving time, you're increasing your chances of getting more clients. 

Start using Work Alert Today!                    

Informazioni di Base sull'Estensione

Nome Work Alert Work Alert
ID bagdglcafknfffmedfbpfodlafgjmmig
URL Ufficiale https://chromewebstore.google.com/detail/work-alert/bagdglcafknfffmedfbpfodlafgjmmig
Descrizione Work Alert makes finding Upwork jobs easier. Don't spend hours searching, get notifications when jobs are posted.
Dimensione del File 444 KB
Conteggio Installazioni 308
Versione Corrente 5.2
Ultimo Aggiornamento 2022-12-09
Data di Pubblicazione 2020-09-27
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore https://mind2matter.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.mind2matter.co/workalert
URL della Pagina di Aiuto https://www.mind2matter.co/workalert
URL della Pagina della Politica sulla Privacy http://www.mind2matter.co/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Work Alert makes finding Upwork jobs easier. Don't spend hours searching, get notifications when jobs are posted.",
    "version": "5.2",
    "manifest_version": 3,
    "name": "Work Alert",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-sm.png"
    },
    "icons": {
        "128": "icon-sm.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "background",
        "notifications",
        "scripting",
        "storage",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-sm.png",
                "icon-sm.png"
            ],
            "matches": []
        }
    ]
}