Zyft – Shopping Price Comparison
Compare prices instantly when you shop online
Zyft – Shopping Price Comparison란 무엇입니까?
Zyft – Shopping Price Comparison은(는) https://zyft.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compare prices instantly when you shop online"입니다.
확장 프로그램 스크린샷
Zyft – Shopping Price Comparison 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Compare prices instantly while you shop online. Add Zyft to your browser in seconds and shop as usual. Click on the product you want and Zyft automatically pops up to compare prices for you from over 53,000 Aussie retailers. ZYFT YOUR WAY TO SAVINGS * Compare prices instantly in one place, in real-time * Check stock levels * Save money and time while you shop online COMPARE PRICES FROM THOUSANDS OF RETAILERS * Check prices at 53,000+ Australian retailers * Find deals on millions of products and save * Zyft is unbiased – that’s our promise to you HOW DOES ZYFT WORK? 1. Add Zyft to your browser 2. Shop online 3. Zyft automatically pops up to compare prices for you Always want better prices? Add Zyft to your desktop, iPhone or iPad. Be clever, shop better – with Zyft. Disclaimer: Whilst we have a huge number of retailers, we may not have every Australian retailer, so we may not always show the best available product match and price. The price is the publicly available price provided by 3rd party retailers of the product only, and does not take into account shipping, delivery or other fees, or conditional discounts. Where a retailer publicly lists VIP, loyalty or membership prices on their website, these prices may be shown by Zyft. Zyft has no commercial relationship and receives no commission or compensation from any Australian retailers. Prices and or stock levels displayed may not be current or accurate due to the nature of 3rd party data provision or internal Zyft data processing. If you find a lower price on a product or have a new retailer suggestion, please let us know by emailing us at [email protected]. Data Disclaimer: Zyft uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit https://support.google.com/analytics/answer/181881?hl=en or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro. Zyft uses tracking technologies and general analytics to help improve the user experience. Please refer to our Privacy Policy for more information on how such technologies are used and for detailed opt-out information
확장 프로그램 기본 정보
이름 | Zyft – Shopping Price Comparison |
ID | jcmcbmdmfmelmlelagelpfhmohipjjia |
공식 URL | https://chromewebstore.google.com/detail/zyft-%E2%80%93-shopping-price-com/jcmcbmdmfmelmlelagelpfhmohipjjia |
설명 | Compare prices instantly when you shop online |
파일 크기 | 1.66 MB |
설치 횟수 | 11,560 |
현재 버전 | 1.5.4 |
최근 업데이트 | 2024-02-28 |
출시 날짜 | 2022-01-03 |
평점 | 5.00/5 총 22 개의 평점 |
개발자 | https://zyft.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://zyft.com |
도움말 페이지 URL | https://zyft.com/contact-us/ |
개인정보 보호 정책 페이지 URL | https://zyft.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5.4", "description": "Compare prices instantly when you shop online", "manifest_version": 3, "name": "Zyft \u2013 Shopping Price Comparison", "background": { "service_worker": "background.bundle.js" }, "action": [], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.scss" ] } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon16.png", "icon128.png", "Inter-Regular.woff", "Inter-Regular.woff2", "Inter-Medium.woff", "Inter-Medium.woff2", "Inter-Bold.woff", "Inter-Bold.woff2", "determineIfShopify.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "storage" ] } |