Saleboat for Amazon
Welcome to Saleboat. The seas of finding used and open box products on Amazon can be rough sailing but with Saleboat we can help…
Saleboat for Amazon란 무엇입니까?
Saleboat for Amazon은(는) Saleboat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Welcome to Saleboat. The seas of finding used and open box products on Amazon can be rough sailing but with Saleboat we can help…"입니다.
확장 프로그램 스크린샷
Saleboat for Amazon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Welcome to Saleboat. The seas of finding used and open box products on Amazon can be rough sailing but with Saleboat we can help show you where to find amazing deals right on the product page. Saleboat compares the prices of new, used and open box items on any Amazon product page helping you find the best discount. Why wait for items to come on sale when you can save big by buying used and open box products on Amazon. Some of these products are in like new condition. So jump on board with Saleboat and let's throw those high prices overboard!
확장 프로그램 기본 정보
이름 | |
ID | clkofaokbcincbcmbhbeiogikafpjkae |
공식 URL | https://chromewebstore.google.com/detail/saleboat-for-amazon/clkofaokbcincbcmbhbeiogikafpjkae |
설명 | Welcome to Saleboat. The seas of finding used and open box products on Amazon can be rough sailing but with Saleboat we can help… |
파일 크기 | 1.71 MB |
설치 횟수 | 490 |
현재 버전 | 1.5 |
최근 업데이트 | 2020-01-15 |
출시 날짜 | 2020-01-14 |
개발자 | Saleboat |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://saleboatapp.herokuapp.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Saleboat", "name": "Saleboat for Amazon", "version": "1.5", "manifest_version": 2, "background": { "scripts": [ "app\/background.js" ] }, "permissions": [ "tabs", "activeTab" ], "browser_action": [], "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*\/dp*", "https:\/\/www.amazon.com\/dp*", "https:\/\/smile.amazon.com\/gp\/product\/*", "https:\/\/www.amazon.com\/gp\/product\/*" ], "css": [ "\/static\/css\/app.css" ], "js": [ "\/static\/js\/content.js" ] }, { "matches": [ "https:\/\/www.amazon.com\/gp\/offer-listing\/*", "https:\/\/smile.amazon.com\/gp\/offer-listing\/*" ], "all_frames": true, "js": [ "\/static\/js\/usedContent.js" ] } ], "icons": { "16": "\/static\/media\/sailing16.png", "32": "\/static\/media\/sailing32.png", "48": "\/static\/media\/sailing48.png", "128": "\/static\/media\/sailing128.png" }, "web_accessible_resources": [ "\/static\/css\/content.css" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |