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."입니다.

확장 프로그램 스크린샷

screenshot

Target Only No Third Party Sellers 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}