윈들리

해외구매대행 사업자를 위한 원클릭 상품소싱 솔루션

Qu'est-ce que 윈들리 ?

윈들리 est une extension Chrome développée par https://windly.cc, et sa fonction principale est "해외구매대행 사업자를 위한 원클릭 상품소싱 솔루션".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension 윈들리

Téléchargez les fichiers d'extension 윈들리 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        포토샵이 필요없는, 이미지번역 올인원 구매대행 솔루션 윈들리입니다.

해외에 있는 상품을 원클릭 소싱하여 국내 오픈마켓에서 바로 판매하세요. 

윈들리를 이용하면 별도의 수집, 등록, 편집 프로그램 없이 편리하게 상품을 등록할 수 있습니다.

✨ 윈들리 핵심 기능 ✨
✔ 중국, 미국, 유럽, 일본 등 전세계 10억개+ 상품소싱
✔ 국내 7대 오픈마켓 상품등록
✔ 카테고리 자동 추천
✔ 동영상 자동 업로드
✔ 마켓별 이미지 최적화
✔ 순수익 자동 최적화
✔ 이미지 AI 번역
✔ AI 배경 지우기
✔ 주문조회 및 관리
✔ 상품별 유입수 분석
✔ 직원관리

👉 윈들리 서비스 소개: https://windly.cc
👉 윈들리 고객센터: https://windly.channel.io/                    

Informations de Base sur l'Extension

Nom 윈들리 윈들리
ID kopggmlhnhalanhapdmflfmboikpjjmn
URL Officiel https://chromewebstore.google.com/detail/%EC%9C%88%EB%93%A4%EB%A6%AC/kopggmlhnhalanhapdmflfmboikpjjmn
Description 해외구매대행 사업자를 위한 원클릭 상품소싱 솔루션
Taille du Fichier 17.98 MB
Nombre d'Installations 14,693
Version Actuelle 3.8.1.0
Dernière Mise à Jour 2024-03-03
Date de Publication 2021-09-30
Évaluation 4.91/5 Total 532 Évaluations
Développeur https://windly.cc
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.windly.cc/
URL de la Page d'Aide https://windly.channel.io
Langues Prises en Charge ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_title__",
    "version": "3.8.1.0",
    "default_locale": "ko",
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/favicon-16x16.png",
        "48": "images\/favicon-48x48.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/favicon-16x16.png",
            "32": "images\/favicon-32x32.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/detail.1688.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/detail.1688.com.js"
            ],
            "css": [
                "css\/theme-content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/show.1688.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/show.1688.com.js"
            ],
            "css": [
                "css\/theme-content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/s.1688.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/s.1688.com.js"
            ],
            "css": [
                "css\/theme-content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.1688.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/shop.1688.com.js"
            ],
            "css": [
                "css\/theme-content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/item\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/aliexpress.com.js"
            ],
            "css": [
                "css\/theme-content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*wholesale*",
                "https:\/\/*.aliexpress.com\/*category\/*",
                "https:\/\/*.aliexpress.com\/p\/calp-plus\/*",
                "https:\/\/*.aliexpress.com\/af\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/aliexpress.com.list.js"
            ],
            "css": [
                "css\/theme-content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/item.taobao.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/item.taobao.com.js"
            ],
            "css": [
                "css\/theme-content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/s.taobao.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/s.taobao.com.js"
            ],
            "css": [
                "css\/theme-content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.taobao.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/shop.taobao.com.js"
            ],
            "css": [
                "css\/theme-content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/detail.tmall.com\/*",
                "https:\/\/*.detail.tmall.com\/*",
                "https:\/\/detail.tmall.hk\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/detail.tmall.com.js"
            ],
            "css": [
                "css\/theme-content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/list.tmall.com\/*",
                "https:\/\/list.tmall.hk\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/list.tmall.com.js"
            ],
            "css": [
                "css\/theme-content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.taobao.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/item.taobao.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/taobao.com.js"
            ],
            "css": [
                "css\/theme-content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/amazonCommon.js"
            ],
            "css": [
                "css\/theme-content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/amazonCommon.list.js"
            ],
            "css": [
                "css\/theme-content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/item.rakuten.co.jp\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/item.rakuten.co.jp.js"
            ],
            "css": [
                "css\/theme-content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.rakuten.co.jp\/category\/*",
                "https:\/\/search.rakuten.co.jp\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/item.rakuten.co.jp.list.js"
            ],
            "css": [
                "css\/theme-content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/sell.smartstore.naver.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/sell.smartstore.naver.com.js"
            ],
            "css": [
                "css\/theme-content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.windly.cc\/*",
                "http:\/\/dev.windly.cc\/*",
                "https:\/\/localhost\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/windly.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.windly.cc\/*",
            "http:\/\/dev.windly.cc\/*",
            "https:\/\/localhost\/*"
        ]
    },
    "homepage_url": "https:\/\/www.windly.cc\/",
    "web_accessible_resources": [
        "js\/detail.tmall.com.spy.js",
        "js\/item.taobao.com.spy.js",
        "js\/aliexpress.com.spy.js",
        "js\/detail.1688.com.spy.js",
        "js\/item.rakuten.co.jp.spy.js",
        "app.html",
        "pricing.html"
    ],
    "permissions": [
        "declarativeNetRequest",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/ssl.google-analytics.com https:\/\/unpkg.com; object-src 'self'; script-src-elem 'unsafe-eval' 'self' blob: https:\/\/ssl.google-analytics.com https:\/\/unpkg.com https:\/\/*.channel.io https:\/\/browser.sentry-cdn.com https:\/\/cdn.jsdelivr.net\/",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgxxpeBVjLDaOwUbgiiV0vMJapRkHyDlKF32sZYPkE\/bN964h8JSjMpE0kJGo2MmEHtfL2WjjaVx7TBd+qr542+kIRCWbxqL13DtwezVo+14Wg+mQTT1Aj4SFzoR8tTLGZLFppraoQY5e7RwJL1f6bIOdLF38UebDyhqsXPyk+\/kUkyRe1HzTjJgxsP0+y80mRlR6jCBFuOYsovw3wbf3DLEtiudrFiJ+iIUKsCEhw7irkKGP17NU3dWkY9O7VZnS6tRlzetodimdAok6dbovERlAvXuNai2gwFoRUzN7GAa410tRpniIhD0GBvrExSrz4WnmG6iFfBcx1RcvOT9sWQIDAQAB"
}