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文件
下载Zyft – Shopping Price Comparison扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |