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 هو إضافة Chrome تم تطويرها بواسطة https://www.storeytheapp.com، والميزة الرئيسية لها هي "Asks if you want to export items from your checkout cart to your Storey digital wardrobe".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Storey - Instant Digital Wardrobe

قم بتنزيل ملفات الامتداد Storey - Instant Digital Wardrobe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
        ]
    }
}