ModeSens Shopping Assistant

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

Cos'è ModeSens Shopping Assistant?

ModeSens Shopping Assistant è un'estensione di Chrome sviluppata da https://modesens.com, e la sua funzione principale è "Check ModeSens before you buy! ModeSens helps you seamlessly compare prices on your favorite products across 600+ partner stores.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ModeSens Shopping Assistant

Scarica i file di estensione ModeSens Shopping Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome ModeSens Shopping Assistant ModeSens Shopping Assistant
ID cmfmhegpbogfmojekmidappigcfbgbcb
URL Ufficiale https://chromewebstore.google.com/detail/modesens-shopping-assista/cmfmhegpbogfmojekmidappigcfbgbcb
Descrizione Check ModeSens before you buy! ModeSens helps you seamlessly compare prices on your favorite products across 600+ partner stores.
Dimensione del File 518 KB
Conteggio Installazioni 8,430
Versione Corrente 18.27
Ultimo Aggiornamento 2023-12-20
Data di Pubblicazione 2020-06-29
Valutazione 4.72/5 Totale 18 Valutazioni
Sviluppatore https://modesens.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://modesens.com/shopping-assistant/
URL della Pagina di Aiuto https://modesens.com/faq/
URL della Pagina della Politica sulla Privacy https://modesens.com/privacy
Lingue Supportate 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\/*"
    ]
}