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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Jobs Bot searches for jobs worldwide and notifiies you, when relevant job offers are published online. One search for all jobs!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Jobs Robot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.

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
}