Country of Origin
Country of Origin (i.e. China, USA, etc.) for items sold on Amazon.com, directly on your search results.
Country of Origin란 무엇입니까?
Country of Origin은(는) Clarity Studios에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Country of Origin (i.e. China, USA, etc.) for items sold on Amazon.com, directly on your search results."입니다.
확장 프로그램 스크린샷
Country of Origin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Now, when comparison shopping, you can easily see the country of origin in your search results. You'll also find out the manufacturer's location as well. Be confident and find American-made products 🇺🇸 **Note: This is the first release. We're focused on providing results for hardware tools (electric drills, screwdrivers) and pet supplies (i.e. items for your dog or cat). We are starting to add in additional categories. If there are other categories you might be curious about, fill out this short form: https://forms.gle/ijrMotrFAKeAtLLK9 Works on Amazon.com, Amazon.ca (Canada), and all other Amazon shopping sites. Give it a go and if you have any feedback, feel free to reach out [email protected]
확장 프로그램 기본 정보
이름 | |
ID | gbbhgedbmpkdfgdglmhfebkegpdbkpec |
공식 URL | https://chrome.google.com/webstore/detail/country-of-origin/gbbhgedbmpkdfgdglmhfebkegpdbkpec |
설명 | Country of Origin (i.e. China, USA, etc.) for items sold on Amazon.com, directly on your search results. |
파일 크기 | 48.51 KB |
설치 횟수 | 108 |
현재 버전 | 1.0.0002 |
최근 업데이트 | 2021-08-24 |
출시 날짜 | 2021-08-04 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Clarity Studios |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/1LKdRsv8oD7-_AHxDoPncapiRJ7TyFVn5_yhQheE1Kv0/edit?usp=sharing |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Country of Origin", "short_name": "Country of Origin", "description": "Country of Origin (i.e. China, USA, etc.) for items sold on Amazon.com, directly on your search results.", "version": "1.0.0002", "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.nl\/*", "*:\/\/*.amazon.pl\/*", "*:\/\/*.amazon.sa\/*", "*:\/\/*.amazon.sg\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.se\/*", "*:\/\/*.amazon.com.tr\/*", "*:\/\/*.amazon.ae\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.nl\/*", "*:\/\/*.amazon.pl\/*", "*:\/\/*.amazon.sa\/*", "*:\/\/*.amazon.sg\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.se\/*", "*:\/\/*.amazon.com.tr\/*", "*:\/\/*.amazon.ae\/*", "*:\/\/*.amazon.co.uk\/*" ], "js": [ "jquery.min.js", "contentHelper.js", "content.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" } ], "icons": { "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/32.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "*" ] } |