Target Only No Third Party Sellers

Click the extension to filter product lists on target.com by excluding third-party sellers.

Co je Target Only No Third Party Sellers?

Target Only No Third Party Sellers je rozšíření Chrome vyvinuté Mint Developers, a jeho hlavní funkcí je „Click the extension to filter product lists on target.com by excluding third-party sellers.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Target Only No Third Party Sellers

Stáhněte si soubory rozšíření Target Only No Third Party Sellers ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Target Only No Third Party Sellers Target Only No Third Party Sellers
ID gehbhphmdmkddihgehnfmcdaedeifmhc
Oficiální URL https://chromewebstore.google.com/detail/target-only-no-third-part/gehbhphmdmkddihgehnfmcdaedeifmhc
Popis Click the extension to filter product lists on target.com by excluding third-party sellers.
Velikost souboru 7.31 KB
Počet instalací 55
Aktuální Verze 1
Poslední Aktualizace 2021-06-21
Datum Vydání 2021-06-20
Vývojář Mint Developers
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}