Craigslist Jobs

Search for jobs on Craigslist.

什么是Craigslist Jobs?

Craigslist Jobs是由http://joshmckibbin.com开发的Chrome扩展程序,该扩展的主要功能是“Search for jobs on Craigslist.”。

扩展截图

screenshot
screenshot
screenshot

下载Craigslist Jobs扩展crx文件

下载Craigslist Jobs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/"
    ]
}