Storey - Instant Digital Wardrobe

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

Co to jest Storey - Instant Digital Wardrobe?

Storey - Instant Digital Wardrobe to rozszerzenie Chrome opracowane przez https://www.storeytheapp.com, a jego główną funkcją jest „Asks if you want to export items from your checkout cart to your Storey digital wardrobe”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Storey - Instant Digital Wardrobe

Pobierz pliki rozszerzeń Storey - Instant Digital Wardrobe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Storey - Instant Digital Wardrobe Storey - Instant Digital Wardrobe
ID fbchenjcafgjikfmajneojjnofcbfnoe
Oficjalny URL https://chromewebstore.google.com/detail/storey-instant-digital-wa/fbchenjcafgjikfmajneojjnofcbfnoe
Opis Asks if you want to export items from your checkout cart to your Storey digital wardrobe
Rozmiar pliku 442 KB
Liczba instalacji 17
Aktualna Wersja 0.1.5
Ostatnia Aktualizacja 2022-11-30
Data Publikacji 2021-04-02
Ocena 4.60/5 Łącznie 10 Oceny
Deweloper https://www.storeytheapp.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://storeytheapp.com/privacy
Obsługiwane Języki 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"
        ]
    }
}