ModeSens Shopping Assistant

Check ModeSens before you buy! ModeSens helps you seamlessly compare prices on your favorite products across 600+ partner stores.

¿Qué es ModeSens Shopping Assistant?

ModeSens Shopping Assistant es una extensión de Chrome desarrollada por https://modesens.com, y su función principal es "Check ModeSens before you buy! ModeSens helps you seamlessly compare prices on your favorite products across 600+ partner stores.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ModeSens Shopping Assistant

Descarga archivos de extensión ModeSens Shopping Assistant en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre ModeSens Shopping Assistant ModeSens Shopping Assistant
ID cmfmhegpbogfmojekmidappigcfbgbcb
URL Oficial https://chromewebstore.google.com/detail/modesens-shopping-assista/cmfmhegpbogfmojekmidappigcfbgbcb
Descripción Check ModeSens before you buy! ModeSens helps you seamlessly compare prices on your favorite products across 600+ partner stores.
Tamaño del Archivo 518 KB
Cantidad de Instalaciones 8,430
Versión Actual 18.27
Última Actualización 2023-12-20
Fecha de Publicación 2020-06-29
Calificación 4.72/5 Total de 18 Calificaciones
Desarrollador https://modesens.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://modesens.com/shopping-assistant/
URL de la Página de Ayuda https://modesens.com/faq/
URL de la Página de Política de Privacidad https://modesens.com/privacy
Idiomas Soportados 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\/*"
    ]
}