OpenWardrobe

Save fashion items instantly to your digital wardrobe or wishlist.

ما هو OpenWardrobe؟

OpenWardrobe هو إضافة Chrome تم تطويرها بواسطة https://openwardrobe.co، والميزة الرئيسية لها هي "Save fashion items instantly to your digital wardrobe or wishlist.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة OpenWardrobe

قم بتنزيل ملفات الامتداد OpenWardrobe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://www.openwardrobe.co
عنوان صفحة سياسة الخصوصية 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"
    }
}