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開發的Chrome擴展程式,該擴展的主要功能是“Asks if you want to export items from your checkout cart to your Storey digital wardrobe”。

擴展截圖

screenshot

下載Storey - Instant Digital Wardrobe擴展crx文件

下載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
官方網址 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"
        ]
    }
}