Target Only No Third Party Sellers
Click the extension to filter product lists on target.com by excluding third-party sellers.
Cos'è Target Only No Third Party Sellers?
Target Only No Third Party Sellers è un'estensione di Chrome sviluppata da Mint Developers, e la sua funzione principale è "Click the extension to filter product lists on target.com by excluding third-party sellers.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Target Only No Third Party Sellers
Scarica i file di estensione Target Only No Third Party Sellers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Target Only No Third Party Sellers |
ID | gehbhphmdmkddihgehnfmcdaedeifmhc |
URL Ufficiale | https://chromewebstore.google.com/detail/target-only-no-third-part/gehbhphmdmkddihgehnfmcdaedeifmhc |
Descrizione | Click the extension to filter product lists on target.com by excluding third-party sellers. |
Dimensione del File | 7.31 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2021-06-21 |
Data di Pubblicazione | 2021-06-20 |
Sviluppatore | Mint Developers |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |