Similar | Price Comparison & Coupon Codes
Price Comparison Made Easy 🛒 - Compare all retailer prices - Wishlist any item you view - Find recently viewed items FREE…
What is Similar | Price Comparison & Coupon Codes?
Similar | Price Comparison & Coupon Codes is a Chrome extension developed by Similar, and its main feature is "Price Comparison Made Easy 🛒 - Compare all retailer prices - Wishlist any item you view - Find recently viewed items FREE…".
Extension Screenshots
Download Similar | Price Comparison & Coupon Codes Extension CRX File
Download Similar | Price Comparison & Coupon Codes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 🛒
Extension Basic Information
Name | Similar | Price Comparison & Coupon Codes |
ID | aodleelklmlppabmpdecbogjogklhlgi |
Official URL | https://chromewebstore.google.com/detail/similar-price-comparison/aodleelklmlppabmpdecbogjogklhlgi |
Description | Price Comparison Made Easy 🛒 - Compare all retailer prices - Wishlist any item you view - Find recently viewed items FREE… |
File Size | 4.24 MB |
Installation Count | 4,516 |
Current Version | 3.1.0 |
Last Updated | 2024-02-26 |
Publish Date | 2020-09-29 |
Rating | 5.00/5 Total 14 Ratings |
Developer | Similar |
[email protected] | |
Payment Type | free |
Extension Website | https://similarinc.com/ |
Help Page URL | https://similarinc.com/privacy-policy |
Privacy Policy Page URL | https://similarinc.com/privacy-policy |
Supported Languages | 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" } } |