Walmart Only No Third Party Seller
Click the extension to filter product lists on Walmart by excluding third-party sellers.
Walmart Only No Third Party Sellerとは何ですか?
Walmart Only No Third Party SellerはMint Developersによって開発されたChromeの拡張機能で、その主な機能は「Click the extension to filter product lists on Walmart by excluding third-party sellers.」です。
拡張機能のスクリーンショット
Walmart Only No Third Party Seller拡張機能のCRXファイルをダウンロード
Walmart Only No Third Party Seller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you search products on Walmart, do you sometimes want to see only products sold by Walmart.com, not by third party sellers? This extension does the filtering for you. How to use this extension: click the extension to filter out third-party sellers, when you are on a product list page (for example: a product search result page) from Walmart.
拡張機能の基本情報
名前 | Walmart Only No Third Party Seller |
ID | jeoigkpfpgffhdiceflednochpdciahj |
公式URL | https://chromewebstore.google.com/detail/walmart-only-no-third-par/jeoigkpfpgffhdiceflednochpdciahj |
説明 | Click the extension to filter product lists on Walmart by excluding third-party sellers. |
ファイルサイズ | 21.39 KB |
インストール数 | 1,379 |
現在のバージョン | 5 |
最終更新日 | 2023-06-26 |
公開日 | 2020-08-30 |
評価 | 3.42/5 合計 12 レビュー |
開発者 | Mint Developers |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "assets\/images\/html128.png", "16": "assets\/images\/html16.png", "32": "assets\/images\/html32.png", "48": "assets\/images\/html48.png" }, "default_title": "Click the extension to exclude third party sellers on any product list pages on Walmart (e.g. search results). The icon changes if the exclusion succeeds." }, "description": "Click the extension to filter product lists on Walmart by excluding third-party sellers.", "manifest_version": 3, "name": "Walmart Only No Third Party Seller", "host_permissions": [ "http:\/\/*.walmart.com\/*", "https:\/\/*.walmart.com\/*" ], "permissions": [ "webRequest" ], "version": "5", "icons": { "128": "assets\/images\/html128.png", "16": "assets\/images\/html16.png", "32": "assets\/images\/html32.png", "48": "assets\/images\/html48.png" } } |