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