OpenWardrobe

Save fashion items instantly to your digital wardrobe or wishlist.

Qu'est-ce que OpenWardrobe ?

OpenWardrobe est une extension Chrome développée par https://openwardrobe.co, et sa fonction principale est "Save fashion items instantly to your digital wardrobe or wishlist.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension OpenWardrobe

Téléchargez les fichiers d'extension OpenWardrobe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom OpenWardrobe OpenWardrobe
ID jeibidfaelmiiioohfplflcpnelgipei
URL Officiel https://chromewebstore.google.com/detail/openwardrobe/jeibidfaelmiiioohfplflcpnelgipei
Description Save fashion items instantly to your digital wardrobe or wishlist.
Taille du Fichier 1.07 MB
Nombre d'Installations 2,303
Version Actuelle 4.1.3
Dernière Mise à Jour 2024-02-18
Date de Publication 2022-11-11
Évaluation 3.40/5 Total 10 Évaluations
Développeur https://openwardrobe.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.openwardrobe.co
URL de la Page d'Aide https://www.openwardrobe.co
URL de la Page de Politique de Confidentialité https://www.openwardrobe.co/company/privacy-policy
Langues Prises en Charge 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"
    }
}