OfferUp Helper

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

OfferUp Helperคืออะไร?

OfferUp Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mikhail Kinchin และคุณลักษณะหลักของมันคือ "Helps to manage boards and unlisted/removed items from you boards."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OfferUp Helper

ดาวน์โหลดไฟล์ส่วนขยาย OfferUp Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OfferUp Helper OfferUp Helper
ID pgllhmdhdoijdnjkegeecaidmpdgolok
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/offerup-helper/pgllhmdhdoijdnjkegeecaidmpdgolok
คำอธิบาย Helps to manage boards and unlisted/removed items from you boards.
ขนาดไฟล์ 41.79 KB
จำนวนการติดตั้ง 134
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2021-01-08
วันที่เผยแพร่ 2020-10-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Mikhail Kinchin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        ]
    }
}