OpenWardrobe

Save fashion items instantly to your digital wardrobe or wishlist.

¿Qué es OpenWardrobe?

OpenWardrobe es una extensión de Chrome desarrollada por https://openwardrobe.co, y su función principal es "Save fashion items instantly to your digital wardrobe or wishlist.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión OpenWardrobe

Descarga archivos de extensión OpenWardrobe 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

                        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.                    

Información Básica de la Extensión

Nombre OpenWardrobe OpenWardrobe
ID jeibidfaelmiiioohfplflcpnelgipei
URL Oficial https://chromewebstore.google.com/detail/openwardrobe/jeibidfaelmiiioohfplflcpnelgipei
Descripción Save fashion items instantly to your digital wardrobe or wishlist.
Tamaño del Archivo 1.07 MB
Cantidad de Instalaciones 2,303
Versión Actual 4.1.3
Última Actualización 2024-02-18
Fecha de Publicación 2022-11-11
Calificación 3.40/5 Total de 10 Calificaciones
Desarrollador https://openwardrobe.co
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.openwardrobe.co
URL de la Página de Ayuda https://www.openwardrobe.co
URL de la Página de Política de Privacidad https://www.openwardrobe.co/company/privacy-policy
Idiomas Soportados 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"
    }
}