Similar | Price Comparison & Coupon Codes
Price Comparison Made Easy 🛒 - Compare all retailer prices - Wishlist any item you view - Find recently viewed items FREE…
Similar | Price Comparison & Coupon Codesとは何ですか?
Similar | Price Comparison & Coupon CodesはSimilarによって開発されたChromeの拡張機能で、その主な機能は「Price Comparison Made Easy 🛒 - Compare all retailer prices - Wishlist any item you view - Find recently viewed items FREE…」です。
拡張機能のスクリーンショット
Similar | Price Comparison & Coupon Codes拡張機能のCRXファイルをダウンロード
Similar | Price Comparison & Coupon Codes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Price Comparison Made Easy 🛒 - Compare all retailer prices - Wishlist any item you view - Find recently viewed items FREE Similar browser extension. Similar is an AI powered Chrome extension that helps you SAVE MONEY each time you shop online. Similar even finds you similar items to the one you are looking for. When you are shopping for a product online Similar searches hundreds of millions of products across millions of online stores all in real-time to get you the lowest prices and best discount codes available. Similar does the hard work for you, saving you time from searching the web. How Does It Work? 1. Click ‘Add to Chrome’ and install to your Chrome browser (it's FREE!) 2. Browse/Shop as normal, when you view a compatible product page, Similar will automatically check all trusted e-commerce stores and give you a comprehensive product feed of the best prices, coupons and deals 3. Notice the Similar tab pop-up (👉right-hand-side of screen) 4. Click to open! 5. Find similar products to the one you were viewing at every retailer that sells it. Compare prices and find available coupons and promo codes in an instant. You shop, Similar saves you money. Add to Chrome now, shop smarter and start saving now! Similar even makes YOUTUBE REVIEWS shoppable! 🤝Your privacy is important to us 🤝 We will NEVER sell your data. Privacy is central to our philosophy. We are open and transparent as a company, but watertight and security heavy when it comes to you. For details on our privacy policy visit: https://similarinc.com/privacy-policy We are adding compatible websites all the time, if you wish to request that we add support for a specific retail website please email us on [email protected] Similar - Price Comparison Made Easy 🛒
拡張機能の基本情報
名前 | Similar | Price Comparison & Coupon Codes |
ID | aodleelklmlppabmpdecbogjogklhlgi |
公式URL | https://chromewebstore.google.com/detail/similar-price-comparison/aodleelklmlppabmpdecbogjogklhlgi |
説明 | Price Comparison Made Easy 🛒 - Compare all retailer prices - Wishlist any item you view - Find recently viewed items FREE… |
ファイルサイズ | 4.24 MB |
インストール数 | 4,516 |
現在のバージョン | 3.1.0 |
最終更新日 | 2024-02-26 |
公開日 | 2020-09-29 |
評価 | 5.00/5 合計 14 レビュー |
開発者 | Similar |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://similarinc.com/ |
ヘルプページのURL | https://similarinc.com/privacy-policy |
プライバシーポリシーページのURL | https://similarinc.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Similar | Price Comparison & Coupon Codes", "icons": { "16": "similar_logo_white_16x16.png", "48": "similar_logo_white_48x48.png", "128": "similar_logo_white_128x128.png" }, "version": "3.1.0", "manifest_version": 3, "action": [], "permissions": [ "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "\/static\/js\/content.js", "\/static\/js\/main.js" ] } ], "web_accessible_resources": [ { "resources": [ "images\/*", "youtube\/*" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "\/static\/media\/*", "\/static\/css\/content.css" ], "matches": [ "*:\/\/*\/*" ] } ], "omnibox": { "keyword": "api" } } |