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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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/
확장 프로그램 기본 정보
이름 | |
ID | idglogaplkcabjdfomnnkaomdpgiipng |
공식 URL | https://chrome.google.com/webstore/detail/jobs-robot/idglogaplkcabjdfomnnkaomdpgiipng |
설명 | The Jobs Bot searches for jobs worldwide and notifiies you, when relevant job offers are published online. One search for all jobs! |
파일 크기 | 206 KB |
설치 횟수 | 201 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2016-08-22 |
출시 날짜 | 2016-08-22 |
평점 | 4.72/5 총 36 개의 평점 |
개발자 | 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 } |