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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click the extension to filter product lists on target.com by excluding third-party sellers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Target Only No Third Party Sellers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } |