Upwork Jobs Notifier

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

Qu'est-ce que Upwork Jobs Notifier ?

Upwork Jobs Notifier est une extension Chrome développée par Webs-Automation, et sa fonction principale est "This extenstion is made to notify you with Upwork jobs that matches your skills.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Upwork Jobs Notifier

Téléchargez les fichiers d'extension Upwork Jobs Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Upwork Jobs Notifier Upwork Jobs Notifier
ID mddclmbcpjfifnjpandbbabgaamnombn
URL Officiel 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.
Taille du Fichier 395 KB
Nombre d'Installations 287
Version Actuelle 0.15
Dernière Mise à Jour 2023-06-03
Date de Publication 2020-08-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur Webs-Automation
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.eapplier.com/upwork-bot/
URL de la Page d'Aide http://eapplier.com/contact-us
URL de la Page de Politique de Confidentialité https://www.eapplier.com/policy
Langues Prises en Charge 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"
    ]
}