Amazon Only No Third Party Seller
Click the extension to filter product lists on Amazon by excluding third-party sellers.
Amazon Only No Third Party Seller란 무엇입니까?
Amazon Only No Third Party Seller은(는) Mint Developers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click the extension to filter product lists on Amazon by excluding third-party sellers."입니다.
확장 프로그램 스크린샷
Amazon Only No Third Party Seller 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When you search products on Amazon, do you sometimes want to see only products sold by Amazon.com, not by third party sellers? This extension does the filtering for you. Currently the extension only works for the US. We are working to support other countries. Please do not give us low ratings for not yet supporting other countries :)
확장 프로그램 기본 정보
이름 | Amazon Only No Third Party Seller |
ID | dlhfoonhibklalmcfagfcnacegdgbdgm |
공식 URL | https://chromewebstore.google.com/detail/amazon-only-no-third-part/dlhfoonhibklalmcfagfcnacegdgbdgm |
설명 | Click the extension to filter product lists on Amazon by excluding third-party sellers. |
파일 크기 | 18.73 KB |
설치 횟수 | 1,512 |
현재 버전 | 9 |
최근 업데이트 | 2023-06-26 |
출시 날짜 | 2018-12-27 |
평점 | 3.60/5 총 15 개의 평점 |
개발자 | Mint Developers |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "assets\/images\/html128.png", "16": "assets\/images\/html16.png", "32": "assets\/images\/html32.png", "48": "assets\/images\/html48.png" }, "default_title": "Click the extension to exclude third party sellers on any product list pages on Amazon (e.g. search results). The icon changes if the exclusion succeeds." }, "description": "Click the extension to filter product lists on Amazon by excluding third-party sellers.", "manifest_version": 3, "name": "Amazon Only No Third Party Seller", "host_permissions": [ "http:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com\/*" ], "permissions": [ "webRequest" ], "version": "9", "icons": { "128": "assets\/images\/html128.png", "16": "assets\/images\/html16.png", "32": "assets\/images\/html32.png", "48": "assets\/images\/html48.png" } } |