Storey - Instant Digital Wardrobe

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

Storey - Instant Digital Wardrobe क्या है?

Storey - Instant Digital Wardrobe https://www.storeytheapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Asks if you want to export items from your checkout cart to your Storey digital wardrobe"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Storey - Instant Digital Wardrobe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Storey - Instant Digital Wardrobe Storey - Instant Digital Wardrobe
ID fbchenjcafgjikfmajneojjnofcbfnoe
आधिकारिक URL https://chromewebstore.google.com/detail/storey-instant-digital-wa/fbchenjcafgjikfmajneojjnofcbfnoe
विवरण Asks if you want to export items from your checkout cart to your Storey digital wardrobe
फ़ाइल का आकार 442 KB
स्थापना संख्या 17
वर्तमान संस्करण 0.1.5
अंतिम अपडेट 2022-11-30
प्रकाशन तिथि 2021-04-02
रेटिंग 4.60/5 कुल 10 रेटिंग्स
डेवलपर https://www.storeytheapp.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://storeytheapp.com/privacy
समर्थित भाषाएँ 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"
        ]
    }
}