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 là gì?

Jobs Robot là một tiện ích mở rộng Chrome được phát triển bởi http://jobbot.me, và tính năng chính của nó là "The Jobs Bot searches for jobs worldwide and notifiies you, when relevant job offers are published online. One search for all jobs!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Jobs Robot

Tải xuống các tệp mở rộng Jobs Robot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Jobs Robot Jobs Robot
ID mcimaelblfnonapnnpgomlbdapdljlof
URL Chính Thức https://chrome.google.com/webstore/detail/jobs-robot/mcimaelblfnonapnnpgomlbdapdljlof
Mô tả The Jobs Bot searches for jobs worldwide and notifiies you, when relevant job offers are published online. One search for all jobs!
Kích Thước Tệp 206 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2017-09-23
Ngày Phát Hành 2017-09-23
Đánh Giá 3.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển http://jobbot.me
Loại Thanh Toán free
Trang Web Mở Rộng http://www.jobbot.me
URL Trang Trợ Giúp https://www.facebook.com/jobbot.me
Ngôn Ngữ Được Hỗ Trợ 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
}