Skuowner

Skuowner imports products from AliExpress, Amazon, etc., for quick order placement and automatic fulfillment.

Skuowner란 무엇입니까?

Skuowner은(는) skuowner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Skuowner imports products from AliExpress, Amazon, etc., for quick order placement and automatic fulfillment."입니다.

확장 프로그램 스크린샷

screenshot

Skuowner 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Skuowner is an official dropshipping app plug-in developed by Shoplazza. It provides frictionless product sourcing from AliExpress, Amazon, etc., plus automatic product fulfillment. This is a quick and efficient way to run an online business with no inventory!
1. Add products to Shoplazza store directly from AliExpress, Amazon, and stores powered by Shopify
2. Auto-sync latest AliExpress prices and inventory to your Shoplazza store
3. Auto-sync store orders to Skuowner, process and purchase orders efficiently
4. Automatic order fulfillment, no need to deal with shipping and delivery
5. Logistics tracking auto updates with latest progress
6. Data dashboard with anytime access to conversion rates and product views
7. Totally free - no subscription or transaction fees                    

확장 프로그램 기본 정보

이름 Skuowner Skuowner
ID capganbaogpgmmlkboomnkdaoghepcng
공식 URL https://chromewebstore.google.com/detail/skuowner/capganbaogpgmmlkboomnkdaoghepcng
설명 Skuowner imports products from AliExpress, Amazon, etc., for quick order placement and automatic fulfillment.
파일 크기 80.45 KB
설치 횟수 3,000
현재 버전 2.0.0
최근 업데이트 2022-07-22
출시 날짜 2020-06-28
평점 5.00/5 총 5 개의 평점
개발자 skuowner
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-CN
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.0.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_appName__"
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/js.cookie.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/back.css"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/js.cookie.min.js",
                "js\/back.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "permissions": [
        "background",
        "activeTab",
        "https:\/\/www.skuowner.com\/",
        ""
    ]
}