OpenWardrobe

Save fashion items instantly to your digital wardrobe or wishlist.

Wat is OpenWardrobe?

OpenWardrobe is een Chrome-extensie ontwikkeld door https://openwardrobe.co, en de belangrijkste functie is "Save fashion items instantly to your digital wardrobe or wishlist.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie OpenWardrobe

Download OpenWardrobe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Save your favorite fashion items to your digital wardrobe!

It’s easier than ever to be mindful when shopping for clothes. With just a few clicks, you can keep track of the clothes you’re considering purchasing from multiple stores in one place! Compare them, create outfit combinations, and make better decisions. Or create a wishlist for yourself and share it with your friends and family for easier gift giving!

To get started, just log in or sign up for a free account.                    

Basisinformatie over de Extensie

Naam OpenWardrobe OpenWardrobe
ID jeibidfaelmiiioohfplflcpnelgipei
Officiële URL https://chromewebstore.google.com/detail/openwardrobe/jeibidfaelmiiioohfplflcpnelgipei
Beschrijving Save fashion items instantly to your digital wardrobe or wishlist.
Bestandsgrootte 1.07 MB
Aantal Installaties 2,303
Huidige Versie 4.1.3
Laatst Bijgewerkt 2024-02-18
Publicatiedatum 2022-11-11
Beoordeling 3.40/5 Totaal 10 Beoordelingen
Ontwikkelaar https://openwardrobe.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.openwardrobe.co
Help Pagina-URL https://www.openwardrobe.co
URL van de Privacybeleid Pagina https://www.openwardrobe.co/company/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.1.3",
    "name": "OpenWardrobe",
    "description": "Save fashion items instantly to your digital wardrobe or wishlist.",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.bdc8b434.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.3733a801.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "public_html\/app-download.html",
                "public_html\/index.html",
                "public_html\/login.html",
                "public_html\/store-list.html",
                "icons\/icon-128.png",
                "icons\/icon-16.png",
                "icons\/icon-48.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_icon": "icons\/icon-48.png"
    }
}