Craigslist Jobs

Search for jobs on Craigslist.

Craigslist Jobs क्या है?

Craigslist Jobs http://joshmckibbin.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search for jobs on Craigslist."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Craigslist Jobs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        VERSION 1.9 /// WHAT'S NEW...

- Removed the quantity field and replaced it with a search function

Basic extension that allows you to scroll through a list of the most recent job postings on Craigslist for any US or Canada city selected on the options page. Click on any entry in the list to toggle its description. You can also use the search bar to search jobs on the actual Craigslist site for your selected city. 

For more info about updates/changes or to request a new feature: 
http://kibb.in/cljobs

Please use the above link to report any bugs or feature requests.                    

एक्सटेंशन की मूल जानकारी

नाम Craigslist Jobs Craigslist Jobs
ID ihfloajilpmkghkiknpeamadkcnljjek
आधिकारिक URL https://chrome.google.com/webstore/detail/craigslist-jobs/ihfloajilpmkghkiknpeamadkcnljjek
विवरण Search for jobs on Craigslist.
फ़ाइल का आकार 55 KB
स्थापना संख्या 185
वर्तमान संस्करण 1.9
अंतिम अपडेट 2019-08-22
प्रकाशन तिथि 2019-08-22
रेटिंग 2.83/5 कुल 6 रेटिंग्स
डेवलपर http://joshmckibbin.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://kibb.in/cljobs
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Craigslist Jobs",
    "version": "1.9",
    "description": "Search for jobs on Craigslist.",
    "homepage_url": "http:\/\/kibb.in\/cljobs",
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_popup": "popup.html",
        "default_title": "Search for a job on Craigslist"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "https:\/\/*.craigslist.org\/",
        "https:\/\/*.craigslist.ca\/"
    ]
}