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.」です。
拡張機能のスクリーンショット
OfferUp Helper拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } } |