Jobs Robot
The Jobs Bot searches for jobs worldwide and notifiies you, when relevant job offers are published online. One search for all jobs!
什麼是Jobs Robot?
Jobs Robot是由http://jobbot.me開發的Chrome擴展程式,該擴展的主要功能是“The Jobs Bot searches for jobs worldwide and notifiies you, when relevant job offers are published online. One search for all jobs!”。
擴展截圖
下載Jobs Robot擴展crx文件
下載Jobs Robot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 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/
擴展基本資訊
名稱 | |
ID | mcimaelblfnonapnnpgomlbdapdljlof |
官方網址 | https://chrome.google.com/webstore/detail/jobs-robot/mcimaelblfnonapnnpgomlbdapdljlof |
簡介 | The Jobs Bot searches for jobs worldwide and notifiies you, when relevant job offers are published online. One search for all jobs! |
檔案大小 | 206 KB |
安裝次數 | 87 |
目前版本 | 1.2.2 |
更新時間 | 2017-09-23 |
上架時間 | 2017-09-23 |
評分 | 3.13/5 共 8 次評分 |
開發者 | http://jobbot.me |
付費類型 | free |
擴展官網 | http://www.jobbot.me |
說明頁面URL | https://www.facebook.com/jobbot.me |
支援的語言 | 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 } |