OfferUp Helper

Helps to manage boards and unlisted/removed items from you boards.

OfferUp Helper là gì?

OfferUp Helper là một tiện ích mở rộng Chrome được phát triển bởi Mikhail Kinchin, và tính năng chính của nó là "Helps to manage boards and unlisted/removed items from you boards.".

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

screenshot
screenshot

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

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

                        This extension adds some functionality to OfferUp.com which the site does not provide. Current functionality:
* Now you can remove items from your boards ("saved" shopping list) without need to jump to item's page, which can even impossible in case item has been removed by publisher.
* Also using this extension you can remove whole board if you need so.                    

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

Tên OfferUp Helper OfferUp Helper
ID pgllhmdhdoijdnjkegeecaidmpdgolok
URL Chính Thức https://chrome.google.com/webstore/detail/offerup-helper/pgllhmdhdoijdnjkegeecaidmpdgolok
Mô tả Helps to manage boards and unlisted/removed items from you boards.
Kích Thước Tệp 41.79 KB
Số Lần Cài Đặt 134
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2021-01-08
Ngày Phát Hành 2020-10-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Mikhail Kinchin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OfferUp Helper",
    "version": "1.1.1",
    "description": "Helps to manage boards and unlisted\/removed items from you boards.",
    "manifest_version": 2,
    "permissions": [
        "webRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/offerup.com\/board\/*",
                "https:\/\/offerup.com\/boards\/"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/common.js",
                "js\/content.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo_16x16.png",
        "32": "images\/logo_32x32.png",
        "48": "images\/logo_48x48.png",
        "128": "images\/logo_128x128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}