Job Search Bot (UK, EU and GCC)

Job Search Bot (UK, EU and GCC) - jobround.co.uk

Qu'est-ce que Job Search Bot (UK, EU and GCC) ?

Job Search Bot (UK, EU and GCC) est une extension Chrome développée par https://jobround.co.uk, et sa fonction principale est "Job Search Bot (UK, EU and GCC) - jobround.co.uk".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Job Search Bot (UK, EU and GCC)

Téléchargez les fichiers d'extension Job Search Bot (UK, EU and GCC) 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

                        Now you do not have to spend hours searching individual job boards, career sites, local newspapers, and corporate sites.

Job Search Bot is your own search bot, it will find all  jobs in London UK, the simplest way to search thousands of jobs from 50+ London job boards, online newspapers, classifieds and employers websites.

To use it, simply type in:
- job description OR
- keywords defining the employment type

- Alerts for new jobs
- Browse job listings
- Updates every 10 minutes

This engine now uses Lucene backed search, you can use words such as `AND`, `OR` and NOT [in capital] to narrow searches. 

Tell me if you like it, please rate it. I will add more features in the near future, if you would like specific feature please let me know.

This is something I build to help me find a job, and I hope it will be useful to others.

Good luck.                    

Informations de Base sur l'Extension

Nom Job Search Bot (UK, EU and GCC) Job Search Bot (UK, EU and GCC)
ID ileddncgjnohjkfdfcecboippjfiebmf
URL Officiel https://chromewebstore.google.com/detail/job-search-bot-uk-eu-and/ileddncgjnohjkfdfcecboippjfiebmf
Description Job Search Bot (UK, EU and GCC) - jobround.co.uk
Taille du Fichier 247 KB
Nombre d'Installations 36
Version Actuelle 0.21.0
Dernière Mise à Jour 2024-02-11
Date de Publication 2020-04-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://jobround.co.uk
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jobround.co.uk
URL de la Page d'Aide https://jobround.co.uk
Langues Prises en Charge en-GB
manifest.json
{
    "author": "[email protected]",
    "background": {
        "service_worker": ".\/js\/job.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_16x16.png",
            "32": "img\/icon_32x32.png",
            "48": "img\/icon_48x48.png",
            "50": "img\/icon_50x50.png",
            "128": "img\/icon_128x128.png"
        },
        "default_popup": "html\/jobs.html",
        "default_title": "Job Search Bot (UK, EU and GCC)"
    },
    "content_scripts": [
        {
            "js": [
                "js\/job.js",
                "js\/jquery.min.js",
                "js\/popup.js"
            ],
            "matches": [
                "https:\/\/jobround.co.uk\/service\/*"
            ]
        }
    ],
    "description": "Job Search Bot (UK, EU and GCC) - jobround.co.uk",
    "homepage_url": "https:\/\/jobround.co.uk\/",
    "icons": {
        "16": "img\/icon_16x16.png",
        "32": "img\/icon_32x32.png",
        "48": "img\/icon_48x48.png",
        "50": "img\/icon_50x50.png",
        "128": "img\/icon_128x128.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "90",
    "name": "Job Search Bot (UK, EU and GCC)",
    "offline_enabled": true,
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/jobround.co.uk\/service"
    ],
    "optional_permissions": [
        "activeTab"
    ],
    "short_name": "Job Search Bot",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.21.0"
}