Cheaper Marker
Cheaper Marker makes it easier to compare prices between Amazon and Ebay
Cheaper Marker란 무엇입니까?
Cheaper Marker은(는) http://cheapermarker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cheaper Marker makes it easier to compare prices between Amazon and Ebay"입니다.
확장 프로그램 스크린샷
Cheaper Marker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Welcome aboard and thanks for trying out our Cheaper Marker extension - By installing our product, it will make your shopping experience better and most importantly - cheaper! Why paying more on Amazon for the same product/item? This is where Cheaper Marker extension get into the game - providing you a cheaper identical item on Ebay! Are you one of those that always comparing prices between websites? Cheaper Marker helps you do that, and will give you better prices on ebay for amazon products. That means that if you see a product on amazon, and the extension will find the same product at better price, a button will appear with the link. And Yes...we already took in consideration the shipping price also - Life is easy with Cheaper Marker. If you like it, please take a moment to review + rate our extension. *Disclaimer* This extension doesn't belong to Ebay and/or Amazon. Our affiliate link is associated inside our product as this is the only way to support us.
확장 프로그램 기본 정보
이름 | |
ID | gcnjnffnmjiinbipnpboppflamlfnbgb |
공식 URL | https://chrome.google.com/webstore/detail/cheaper-marker/gcnjnffnmjiinbipnpboppflamlfnbgb |
설명 | Cheaper Marker makes it easier to compare prices between Amazon and Ebay |
파일 크기 | 21.91 KB |
설치 횟수 | 597 |
현재 버전 | 3.2 |
최근 업데이트 | 2019-04-10 |
출시 날짜 | 2019-04-07 |
평점 | 4.99/5 총 354 개의 평점 |
개발자 | http://cheapermarker.com |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://www.cheapermarker.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cheaper Marker", "description": "Cheaper Marker makes it easier to compare prices between Amazon and Ebay", "version": "3.2", "icons": { "128": "img\/icon128.png" }, "background": { "scripts": [ "domains.js", "background.js" ], "persistent": false }, "page_action": { "default_title": "Click to search in ebay", "default_icon": { "48": "img\/icon48.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.nl\/*" ], "js": [ "domains.js", "core.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "*:\/\/*\/*", "activeTab", "tabs" ] } |