ModeSens Shopping Assistant

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

ModeSens Shopping Assistant là gì?

ModeSens Shopping Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://modesens.com, và tính năng chính của nó là "Check ModeSens before you buy! ModeSens helps you seamlessly compare prices on your favorite products across 600+ partner stores.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ModeSens Shopping Assistant

Tải xuống các tệp mở rộng ModeSens Shopping Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ModeSens Shopping Assistant ModeSens Shopping Assistant
ID cmfmhegpbogfmojekmidappigcfbgbcb
URL Chính Thức https://chromewebstore.google.com/detail/modesens-shopping-assista/cmfmhegpbogfmojekmidappigcfbgbcb
Mô tả Check ModeSens before you buy! ModeSens helps you seamlessly compare prices on your favorite products across 600+ partner stores.
Kích Thước Tệp 518 KB
Số Lần Cài Đặt 8,430
Phiên Bản Hiện Tại 18.27
Cập Nhật Lần Cuối 2023-12-20
Ngày Phát Hành 2020-06-29
Đánh Giá 4.72/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://modesens.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://modesens.com/shopping-assistant/
URL Trang Trợ Giúp https://modesens.com/faq/
URL Trang Chính Sách Bảo Mật https://modesens.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}