OfferUp Helper

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

OfferUp Helper란 무엇입니까?

OfferUp Helper은(는) Mikhail Kinchin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps to manage boards and unlisted/removed items from you boards."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

OfferUp Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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