Work Alert

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

Wat is Work Alert?

Work Alert is een Chrome-extensie ontwikkeld door https://mind2matter.co, en de belangrijkste functie is "Work Alert makes finding Upwork jobs easier. Don't spend hours searching, get notifications when jobs are posted.".

Extensie Screenshots

Download het CRX-bestand van de extensie Work Alert

Download Work Alert-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Work Alert Work Alert
ID bagdglcafknfffmedfbpfodlafgjmmig
Officiële URL https://chromewebstore.google.com/detail/work-alert/bagdglcafknfffmedfbpfodlafgjmmig
Beschrijving Work Alert makes finding Upwork jobs easier. Don't spend hours searching, get notifications when jobs are posted.
Bestandsgrootte 444 KB
Aantal Installaties 308
Huidige Versie 5.2
Laatst Bijgewerkt 2022-12-09
Publicatiedatum 2020-09-27
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://mind2matter.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.mind2matter.co/workalert
Help Pagina-URL https://www.mind2matter.co/workalert
URL van de Privacybeleid Pagina http://www.mind2matter.co/privacy
Ondersteunde Talen 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": []
        }
    ]
}