Cassou

Cassou is an extension for your dressing that allows you to manage your articles more easily.

Cassou là gì?

Cassou là một tiện ích mở rộng Chrome được phát triển bởi https://cassou.app, và tính năng chính của nó là "Cassou is an extension for your dressing that allows you to manage your articles more easily.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Cassou 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

                        --- This extension is neither affiliated nor certified by Vinted, Depop or Etsy. ---

💃 Cassou: The Sales Assistant for Your Wardrobe! 💃

Cassou offers you an automated solution to simplify the management of your wardrobe and boost your online sales. Free yourself from tedious tasks and focus on what truly matters!

- Increase traffic and boost sales
- Organize and explore your wardrobe in an instant
- Save time to concentrate on your sales and success

Don't waste another minute, try Cassou today, it's free for life! ✨                    

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

Tên Cassou Cassou
ID fplhapliabhckmadcmkkpaoflmadpidp
URL Chính Thức https://chromewebstore.google.com/detail/cassou/fplhapliabhckmadcmkkpaoflmadpidp
Mô tả Cassou is an extension for your dressing that allows you to manage your articles more easily.
Kích Thước Tệp 728 KB
Số Lần Cài Đặt 287
Phiên Bản Hiện Tại 0.0.53
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2023-07-19
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://cassou.app
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://cassou.app
URL Trang Trợ Giúp https://cassou.app/docs/get-started
URL Trang Chính Sách Bảo Mật https://cassou.app/legal/privacy
Ngôn Ngữ Được Hỗ Trợ en,fr,nl,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.53",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "fr",
    "homepage_url": "https:\/\/cassou.app",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "\/\/background": {
        "\/\/service_worker": "background.js"
    },
    "content_scripts": [
        {
            "allFrames": true,
            "css": [
                "src\/cassou.css",
                "svelte\/build\/bundle.css"
            ],
            "js": [
                "src\/sentry.js",
                "svelte\/build\/bundle.js",
                "src\/lib\/jszip.min.js",
                "src\/utils\/i18n\/table.js",
                "src\/utils\/i18n\/dashboard.js",
                "src\/utils\/i18n\/billing.js",
                "src\/utils\/i18n\/other.js",
                "src\/utils\/i18n\/index.js",
                "src\/utils\/constants.js",
                "src\/utils\/utils.js",
                "src\/utils\/ui.js",
                "src\/core\/storage.js",
                "src\/core\/images.js",
                "src\/core\/statistics.js",
                "src\/core\/billing.js",
                "src\/core\/vinted-api.js",
                "src\/core\/lock.js",
                "src\/core\/vinted.js",
                "src\/core\/features.js",
                "src\/pages\/billing.js",
                "src\/pages\/billing-recover.js",
                "src\/pages\/settings.js",
                "src\/pages\/welcome.js",
                "src\/pages\/stats.js",
                "src\/pages\/table.js",
                "src\/app.js"
            ],
            "matches": [
                "https:\/\/vinted.fr\/*",
                "https:\/\/www.vinted.fr\/*",
                "https:\/\/vinted.es\/*",
                "https:\/\/www.vinted.es\/*",
                "https:\/\/vinted.it\/*",
                "https:\/\/www.vinted.it\/*",
                "https:\/\/vinted.be\/*",
                "https:\/\/www.vinted.be\/*",
                "https:\/\/vinted.at\/*",
                "https:\/\/www.vinted.at\/*",
                "https:\/\/vinted.ca\/*",
                "https:\/\/www.vinted.ca\/*",
                "https:\/\/vinted.de\/*",
                "https:\/\/www.vinted.de\/*",
                "https:\/\/vinted.lu\/*",
                "https:\/\/www.vinted.lu\/*",
                "https:\/\/vinted.cz\/*",
                "https:\/\/www.vinted.cz\/*",
                "https:\/\/vinted.hu\/*",
                "https:\/\/www.vinted.hu\/*",
                "https:\/\/vinted.pt\/*",
                "https:\/\/www.vinted.pt\/*",
                "https:\/\/vinted.co.uk\/*",
                "https:\/\/www.vinted.co.uk\/*",
                "https:\/\/vinted.ro\/*",
                "https:\/\/www.vinted.ro\/*",
                "https:\/\/vinted.pl\/*",
                "https:\/\/www.vinted.pl\/*",
                "https:\/\/vinted.nl\/*",
                "https:\/\/www.vinted.nl\/*",
                "https:\/\/vinted.ie\/*",
                "https:\/\/www.vinted.ie\/*",
                "https:\/\/vinted.lt\/*",
                "https:\/\/www.vinted.lt\/*",
                "https:\/\/vinted.lv\/*",
                "https:\/\/www.vinted.lv\/*",
                "https:\/\/vinted.sk\/*",
                "https:\/\/www.vinted.sk\/*",
                "https:\/\/vinted.com\/*",
                "https:\/\/www.vinted.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}