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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |