Jobs Robot
The Jobs Bot searches for jobs worldwide and notifiies you, when relevant job offers are published online. One search for all jobs!
Was ist Jobs Robot?
Jobs Robot ist eine Chrome-Erweiterung, die von http://jobbot.me entwickelt wurde, und ihr Hauptmerkmal ist "The Jobs Bot searches for jobs worldwide and notifiies you, when relevant job offers are published online. One search for all jobs!".
Erweiterungsscreenshots
Jobs Robot-Erweiterungs-CRX-Datei herunterladen
Laden Sie Jobs Robot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | |
ID | idglogaplkcabjdfomnnkaomdpgiipng |
Offizielle URL | https://chrome.google.com/webstore/detail/jobs-robot/idglogaplkcabjdfomnnkaomdpgiipng |
Beschreibung | The Jobs Bot searches for jobs worldwide and notifiies you, when relevant job offers are published online. One search for all jobs! |
Dateigröße | 206 KB |
Installationsanzahl | 201 |
Aktuelle Version | 1.2.2 |
Letztes Update | 2016-08-22 |
Veröffentlichungsdatum | 2016-08-22 |
Bewertung | 4.72/5 Insgesamt 36 Bewertungen |
Entwickler | http://jobbot.me |
Zahlungsart | free |
Erweiterungswebsite | http://www.jobbot.me |
Hilfeseite URL | https://www.facebook.com/jobbot.me |
Unterstützte Sprachen | 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 } |