Craigslist Jobs

Search for jobs on Craigslist.

Craigslist Jobs là gì?

Craigslist Jobs là một tiện ích mở rộng Chrome được phát triển bởi http://joshmckibbin.com, và tính năng chính của nó là "Search for jobs on Craigslist.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Craigslist Jobs 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

                        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.                    

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

Tên Craigslist Jobs Craigslist Jobs
ID ihfloajilpmkghkiknpeamadkcnljjek
URL Chính Thức https://chrome.google.com/webstore/detail/craigslist-jobs/ihfloajilpmkghkiknpeamadkcnljjek
Mô tả Search for jobs on Craigslist.
Kích Thước Tệp 55 KB
Số Lần Cài Đặt 185
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2019-08-22
Ngày Phát Hành 2019-08-22
Đánh Giá 2.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển http://joshmckibbin.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://kibb.in/cljobs
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}