Jobs Robot

The Jobs Bot searches for jobs worldwide and notifiies you, when relevant job offers are published online. One search for all jobs!

Qu'est-ce que Jobs Robot ?

Jobs Robot est une extension Chrome développée par http://jobbot.me, et sa fonction principale est "The Jobs Bot searches for jobs worldwide and notifiies you, when relevant job offers are published online. One search for all jobs!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Jobs Robot

Téléchargez les fichiers d'extension Jobs Robot 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

                        Hej, Jobo is now available as real bot for Facebook Messenger and Telegram, check out on Jobo's homepage: http://www.jobbot.me 

Search for jobs worldwide using this chrome extension. Get notified, when new relevant job postings are published online. If the job is online, this extension will find it for you.

PRIVACY: This app does not collect any personalized information. We are not using cookies and do not require any registration. Your data belongs to you. 

DISCLAIMER: This is an unofficial app. The trademarks are not violated here since it is indicated as Unofficial.

Icon graphics by http://www.freepik.com/                    

Informations de Base sur l'Extension

Nom Jobs Robot Jobs Robot
ID idglogaplkcabjdfomnnkaomdpgiipng
URL Officiel https://chrome.google.com/webstore/detail/jobs-robot/idglogaplkcabjdfomnnkaomdpgiipng
Description The Jobs Bot searches for jobs worldwide and notifiies you, when relevant job offers are published online. One search for all jobs!
Taille du Fichier 206 KB
Nombre d'Installations 201
Version Actuelle 1.2.2
Dernière Mise à Jour 2016-08-22
Date de Publication 2016-08-22
Évaluation 4.72/5 Total 36 Évaluations
Développeur http://jobbot.me
Type de Paiement free
Site Web de l'Extension http://www.jobbot.me
URL de la Page d'Aide https://www.facebook.com/jobbot.me
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jobs Robot",
    "short_name": "Jobs Bot",
    "version": "1.2.2",
    "description": "The Jobs Bot searches for jobs worldwide and notifiies you, when relevant job offers are published online. One search for all jobs!",
    "browser_action": {
        "default_title": "Jobs Search Agent",
        "default_icon": "img\/icon64.png",
        "default_popup": "panel.html"
    },
    "icons": {
        "128": "img\/icon128x.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-1.9.1.min.js",
            "js\/client.js",
            "js\/main.js",
            "js\/xml2json.js"
        ]
    },
    "permissions": [
        "*:\/\/*.indeed.com\/*",
        "notifications",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}