Storey - Instant Digital Wardrobe

Asks if you want to export items from your checkout cart to your Storey digital wardrobe

Was ist Storey - Instant Digital Wardrobe?

Storey - Instant Digital Wardrobe ist eine Chrome-Erweiterung, die von https://www.storeytheapp.com entwickelt wurde, und ihr Hauptmerkmal ist "Asks if you want to export items from your checkout cart to your Storey digital wardrobe".

Erweiterungsscreenshots

screenshot

Storey - Instant Digital Wardrobe-Erweiterungs-CRX-Datei herunterladen

Laden Sie Storey - Instant Digital Wardrobe-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Start digitizing your closet to track what you own and wear today! 

HOW IT WORKS:
1. Shop online as you normally do 
2. Storey recognizes when you are on a check-out page
3. Storey asks if you want to send items from your cart to your Storey Wardrobe or Wishlist Collection

FEATURES:
- Asks if you want to export items from your checkout cart to your Storey digital wardrobe or Storey Wishlist Collection
- Create inspiration collages or packing lists of items 
- Browse your wardrobe and track what you wear in a timeline
- Share your wardrobe and style Moments with friends
- Receive automated outfit recommendations                    

Grundlegende Informationen zur Erweiterung

Name Storey - Instant Digital Wardrobe Storey - Instant Digital Wardrobe
ID fbchenjcafgjikfmajneojjnofcbfnoe
Offizielle URL https://chromewebstore.google.com/detail/storey-instant-digital-wa/fbchenjcafgjikfmajneojjnofcbfnoe
Beschreibung Asks if you want to export items from your checkout cart to your Storey digital wardrobe
Dateigröße 442 KB
Installationsanzahl 17
Aktuelle Version 0.1.5
Letztes Update 2022-11-30
Veröffentlichungsdatum 2021-04-02
Bewertung 4.60/5 Insgesamt 10 Bewertungen
Entwickler https://www.storeytheapp.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://storeytheapp.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Storey - Instant Digital Wardrobe",
    "version": "0.1.5",
    "description": "Asks if you want to export items from your checkout cart to your Storey digital wardrobe",
    "author": "Storey",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "static\/*",
        "\/img\/*",
        "\/js\/*"
    ],
    "permissions": [
        "activeTab",
        "chrome:\/\/favicon\/",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}