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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}