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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}