Target Only No Third Party Sellers
Click the extension to filter product lists on target.com by excluding third-party sellers.
Target Only No Third Party Sellersとは何ですか?
Target Only No Third Party SellersはMint Developersによって開発されたChromeの拡張機能で、その主な機能は「Click the extension to filter product lists on target.com by excluding third-party sellers.」です。
拡張機能のスクリーンショット
Target Only No Third Party Sellers拡張機能のCRXファイルをダウンロード
Target Only No Third Party Sellers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you search products on target.com, do you sometimes want to see only products sold by Target, not by third party sellers? This extension does the filtering for you.
拡張機能の基本情報
名前 | Target Only No Third Party Sellers |
ID | gehbhphmdmkddihgehnfmcdaedeifmhc |
公式URL | https://chromewebstore.google.com/detail/target-only-no-third-part/gehbhphmdmkddihgehnfmcdaedeifmhc |
説明 | Click the extension to filter product lists on target.com by excluding third-party sellers. |
ファイルサイズ | 7.31 KB |
インストール数 | 55 |
現在のバージョン | 1 |
最終更新日 | 2021-06-21 |
公開日 | 2021-06-20 |
開発者 | Mint Developers |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "icons\/nonfiltered16.png", "48": "icons\/nonfiltered48.png", "128": "icons\/nonfiltered128.png" }, "default_title": "Click the extension to exclude third party sellers on target.com." }, "description": "Click the extension to filter product lists on target.com by excluding third-party sellers.", "manifest_version": 2, "name": "Target Only No Third Party Sellers", "permissions": [ "*:\/\/*.target.com\/*" ], "version": "1" } |