Cellar: Amazon seller's country as you browse
Cellar - A simple extension that shows you an Amazon seller's country of origin — as you browse!
Cellar: Amazon seller's country as you browse란 무엇입니까?
Cellar: Amazon seller's country as you browse은(는) https://thecellarextension.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cellar - A simple extension that shows you an Amazon seller's country of origin — as you browse!"입니다.
확장 프로그램 스크린샷
Cellar: Amazon seller's country as you browse 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Want to know where you're buying from on Amazon? Introducing Cellar - a simple extension that shows you an Amazon seller's country of origin as you browse! All data is loaded from Amazon seller pages in browser. Cached locally - so it will speed up the over time. No data leaves the extension. Warning: clearing your cache or using in incognito/private browsing will bypass the cache and slow down loading seller page information. Supported for all Amazon operating countries except: - Canada [amazon.ca] - no seller information provided - China [amazon.cn] - extension is unnecessary as seller country flag is already shown by Amazon. - India [amazon.in] - no seller information provided NOTE: This extension has no affiliation with Amazon.com or any of it's products.
확장 프로그램 기본 정보
이름 | Cellar: Amazon seller's country as you browse |
ID | okdemkofccnlhjjlenfplfiapnmabijh |
공식 URL | https://chromewebstore.google.com/detail/cellar-amazon-sellers-cou/okdemkofccnlhjjlenfplfiapnmabijh |
설명 | Cellar - A simple extension that shows you an Amazon seller's country of origin — as you browse! |
파일 크기 | 467 KB |
설치 횟수 | 3,782 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2020-10-27 |
출시 날짜 | 2020-10-23 |
평점 | 2.61/5 총 23 개의 평점 |
개발자 | https://thecellarextension.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.thecellarextension.com |
도움말 페이지 URL | https://www.thecellarextension.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Cellar - A simple extension that shows you an Amazon seller's country of origin \u2014 as you browse!", "manifest_version": 2, "name": "Cellar: Amazon seller's country as you browse", "version": "0.1.0", "icons": { "16": "app-icon16.png", "48": "app-icon48.png", "128": "app-icon128.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "48.0" } }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.nl\/*" ], "js": [ "js\/app.js" ], "run_at": "document_end" } ] } |