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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://jobbot.me และคุณลักษณะหลักของมันคือ "The Jobs Bot searches for jobs worldwide and notifiies you, when relevant job offers are published online. One search for all jobs!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jobs Robot

ดาวน์โหลดไฟล์ส่วนขยาย 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/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Jobs Robot Jobs Robot
ID mcimaelblfnonapnnpgomlbdapdljlof
URL อย่างเป็นทางการ 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
}