OpenWardrobe

Save fashion items instantly to your digital wardrobe or wishlist.

OpenWardrobe क्या है?

OpenWardrobe https://openwardrobe.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save fashion items instantly to your digital wardrobe or wishlist."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OpenWardrobe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम OpenWardrobe OpenWardrobe
ID jeibidfaelmiiioohfplflcpnelgipei
आधिकारिक URL https://chromewebstore.google.com/detail/openwardrobe/jeibidfaelmiiioohfplflcpnelgipei
विवरण Save fashion items instantly to your digital wardrobe or wishlist.
फ़ाइल का आकार 1.07 MB
स्थापना संख्या 2,303
वर्तमान संस्करण 4.1.3
अंतिम अपडेट 2024-02-18
प्रकाशन तिथि 2022-11-11
रेटिंग 3.40/5 कुल 10 रेटिंग्स
डेवलपर https://openwardrobe.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.openwardrobe.co
सहायता पृष्ठ URL https://www.openwardrobe.co
गोपनीयता नीति पृष्ठ URL https://www.openwardrobe.co/company/privacy-policy
समर्थित भाषाएँ 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"
    }
}