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 |
Eメール | [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" ] } |