OpenWardrobe

Save fashion items instantly to your digital wardrobe or wishlist.

OpenWardrobeとは何ですか?

OpenWardrobeはhttps://openwardrobe.coによって開発されたChromeの拡張機能で、その主な機能は「Save fashion items instantly to your digital wardrobe or wishlist.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

OpenWardrobe拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}