Upwork Jobs Notifier

This extenstion is made to notify you with Upwork jobs that matches your skills.

What is Upwork Jobs Notifier?

Upwork Jobs Notifier is a Chrome extension developed by Webs-Automation, and its main feature is "This extenstion is made to notify you with Upwork jobs that matches your skills.".

Extension Screenshots

screenshot

Download Upwork Jobs Notifier Extension CRX File

Download Upwork Jobs Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        It is an intelligent tool that is designed to help freelancers, that can search for the freelancing jobs with your skills and it will notify you from all the available jobs which can apply. Using this extension, you'll never miss the new jobs and be the first to apply over the collected jobs.                    

Extension Basic Information

Name Upwork Jobs Notifier Upwork Jobs Notifier
ID mddclmbcpjfifnjpandbbabgaamnombn
Official URL https://chrome.google.com/webstore/detail/upwork-jobs-notifier/mddclmbcpjfifnjpandbbabgaamnombn
Description This extenstion is made to notify you with Upwork jobs that matches your skills.
File Size 395 KB
Installation Count 287
Current Version 0.15
Last Updated 2023-06-03
Publish Date 2020-08-27
Rating 5.00/5 Total 1 Ratings
Developer Webs-Automation
Email [email protected]
Payment Type free
Extension Website https://www.eapplier.com/upwork-bot/
Help Page URL http://eapplier.com/contact-us
Privacy Policy Page URL https://www.eapplier.com/policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Upwork Jobs Notifier",
    "description": "This extenstion is made to notify you with Upwork jobs that matches your skills.",
    "version": "0.15",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.upwork.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "panel.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "results.json",
                "https:\/\/websautomation.com\/ebay\/result.php",
                "result.php"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage"
    ]
}