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 |
官方網址 | 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" ] } |