DROPSEEK - Product Sourcing app for Shopify

Dropseek allows you to easily import products from Aliexpress,Amazon into your Shopify store in one click.

DROPSEEK - Product Sourcing app for Shopify란 무엇입니까?

DROPSEEK - Product Sourcing app for Shopify은(는) Dropseek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dropseek allows you to easily import products from Aliexpress,Amazon into your Shopify store in one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

DROPSEEK - Product Sourcing app for Shopify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Free Tool to import products from Aliexpress or Amazon to your Shopify store.
Easily Import: Fill your Shopify store by importing the best products from AliExpress or Amazon in just a few clicks.
We design Dropseek to be user-friendly even you are first time to use it. You just need to visit AliExpress or Amazon, use our Dropseek Chrome Extension to find the best products, and click the button on the products you’d like in your store.
More important, you can also further edit the product’s information after importation like pictures, variants, title, and/or description in little to no time at all.                    

확장 프로그램 기본 정보

이름 DROPSEEK - Product Sourcing app for Shopify DROPSEEK - Product Sourcing app for Shopify
ID cjekpooehbkibbkgdbfmcnmhgegklnmj
공식 URL https://chromewebstore.google.com/detail/dropseek-product-sourcing/cjekpooehbkibbkgdbfmcnmhgegklnmj
설명 Dropseek allows you to easily import products from Aliexpress,Amazon into your Shopify store in one click.
파일 크기 864 KB
설치 횟수 4,332
현재 버전 3.8.0
최근 업데이트 2022-06-29
출시 날짜 2019-11-09
평점 2.53/5 총 17 개의 평점
개발자 Dropseek
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dropseek.co
개인정보 보호 정책 페이지 URL https://dropseek.co/pages/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DROPSEEK - Product Sourcing app for Shopify",
    "version": "3.8.0",
    "description": "Dropseek allows you to easily import products from Aliexpress,Amazon into your Shopify store in one click.",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/disabled19.png",
            "38": "assets\/disabled38.png"
        },
        "default_title": "Product Sourcing app for Shopify"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "",
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.com\/store\/product\/*",
                "https:\/\/*.aliexpress.com\/af\/*",
                "https:\/\/*.aliexpress.com\/w\/*",
                "https:\/\/*.aliexpress.com\/category\/*",
                "https:\/\/*.aliexpress.com\/wholesale*",
                "https:\/\/*.aliexpress.com\/premium*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.in\/*",
                "https:\/\/*\/*products\/*",
                "https:\/\/*.aliexpress.com\/store\/group\/*",
                "http:\/\/*.test\/app\/*",
                "https:\/\/*.dropseek.co\/app\/*",
                "https:\/\/dropseek.co\/app\/*",
                "https:\/\/shoppingcart.aliexpress.com\/*",
                "https:\/\/trade.aliexpress.com\/*",
                "https:\/\/*.patpat.com\/product\/*",
                "https:\/\/*.myshopify.com\/*",
                "https:\/\/*.myshoplaza.com\/*",
                "https:\/\/*.onshopbase.com\/*",
                "https:\/\/out.dropseek.co\/*",
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/dev-dropseek-cp-xgrit.internal.codefriend.top\/*",
                "http:\/\/dev-dropseek-cp-xgrit.hk.codefriend.top\/*",
                "*:\/\/dev-dropseek-cp-xgrit.hk.codefriend.top\/*",
                "*:\/\/out.dropseek.co\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "fonts\/*",
        "inject.js",
        "assets\/icon128.png",
        "assets\/logo_index.png",
        "assets\/click.png"
    ]
}