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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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