Upwork Jobs Notifier

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

Vad är Upwork Jobs Notifier?

Upwork Jobs Notifier är en Chrome-tillägg utvecklad av Webs-Automation, och dess huvudfunktion är "This extenstion is made to notify you with Upwork jobs that matches your skills.".

Tilläggsskärmbilder

screenshot

Ladda ner Upwork Jobs Notifier-förlängningens CRX-fil

Ladda ner Upwork Jobs Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Upwork Jobs Notifier Upwork Jobs Notifier
ID mddclmbcpjfifnjpandbbabgaamnombn
Officiell webbadress https://chrome.google.com/webstore/detail/upwork-jobs-notifier/mddclmbcpjfifnjpandbbabgaamnombn
Beskrivning This extenstion is made to notify you with Upwork jobs that matches your skills.
Filstorlek 395 KB
Antal Installationer 287
Aktuell Version 0.15
Senast Uppdaterad 2023-06-03
Publiceringsdatum 2020-08-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Webs-Automation
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.eapplier.com/upwork-bot/
Hjälpsida URL http://eapplier.com/contact-us
URL till Sekretesspolicy Sidan https://www.eapplier.com/policy
Stödda Språk 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"
    ]
}