ModeSens Shopping Assistant
Check ModeSens before you buy! ModeSens helps you seamlessly compare prices on your favorite products across 600+ partner stores.
What is ModeSens Shopping Assistant?
ModeSens Shopping Assistant is a Chrome extension developed by https://modesens.com, and its main feature is "Check ModeSens before you buy! ModeSens helps you seamlessly compare prices on your favorite products across 600+ partner stores.".
Extension Screenshots
Download ModeSens Shopping Assistant Extension CRX File
Download ModeSens Shopping Assistant 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
Meet ModeSens - Your Personal Shopping Assistant We are helping over 6M+ monthly shoppers compare prices while shopping online. Shop brands like Jacquemus, Saint Laurent, and Gucci from our extensive list of trusted partners, including Net-A-Porter, Nordstrom, SSENSE, and many more. Download today and join in on the savings! 🌟Comparison Shopping Made Simple Compare prices, sizes, and styles while shopping online at your favorite stores. Receive exclusive discount codes from our 600+ partners to ensure you are always getting the best price. 💰Earn As You Shop Activate our Points Tracker and start earning points with every online purchase from any of our 600+ partner stores. Your accumulated points will unlock exclusive loyalty status and earn ModeSens notes that you can apply to your next shopping spree. 🚀 Real-Time Sale and Restock Alerts Never miss out again! Save your favorite products in your ModeSens Closet and receive instant alerts when they go on sale or come back in stock across our extensive network of 600+ stores. 📋 Create Personalized Shopping Lists Unleash your creativity and stay organized with custom shopping lists. Be inspired and connect with fellow shoppers within the ModeSens community. 🛡️ Shop with Confidence Shop with peace of mind knowing that you're getting authentic products all backed by ModeSens Shopper Protection. Experience shopping like never before with ModeSens – where finding the perfect product at the perfect price is just a click away!
Extension Basic Information
Name | ModeSens Shopping Assistant |
ID | cmfmhegpbogfmojekmidappigcfbgbcb |
Official URL | https://chromewebstore.google.com/detail/modesens-shopping-assista/cmfmhegpbogfmojekmidappigcfbgbcb |
Description | Check ModeSens before you buy! ModeSens helps you seamlessly compare prices on your favorite products across 600+ partner stores. |
File Size | 518 KB |
Installation Count | 8,430 |
Current Version | 18.27 |
Last Updated | 2023-12-20 |
Publish Date | 2020-06-29 |
Rating | 4.72/5 Total 18 Ratings |
Developer | https://modesens.com |
[email protected] | |
Payment Type | free |
Extension Website | https://modesens.com/shopping-assistant/ |
Help Page URL | https://modesens.com/faq/ |
Privacy Policy Page URL | https://modesens.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ModeSens Shopping Assistant", "short_name": "Your Fashion Shopping Assistant", "version": "18.27", "description": "Check ModeSens before you buy! ModeSens helps you seamlessly compare prices on your favorite products across 600+ partner stores.", "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon-19.png", "default_title": "ModeSens Shopping Assistant" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "document_end.js" ], "run_at": "document_end" } ], "permissions": [ "webRequest", "storage", "clipboardWrite", "tabs", "contextMenus", "*:\/\/*\/*", "*:\/\/*\/*\/*", "*:\/\/*\/*\/*\/*" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "web_accessible_resources": [ "fonts\/*", "img\/*" ] } |