01supply | Import Etsy products to Shopify

01supply | Import Etsy product

01supply | Import Etsy products to Shopify란 무엇입니까?

01supply | Import Etsy products to Shopify은(는) 01supply.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "01supply | Import Etsy product"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

01supply | Import Etsy products to Shopify 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        [ETSY IMPORT TEMPORARILY UNAVAILABLE - ORDER AUTOMATION STILL WORKS]

Import and sync products from Etsy to your Shopify store. 

Key features: 
- Etsy products import to 01supply (and then  pushed to your store)
- Automated dropshipping orders on Etsy (Easy order process with your client details)
- Invoice generator for your Etsy orders (with your company details)

In two clicks, import every product you want to you online store (Shopify, Dropizi, Wizishop). 
Description, price, quantity, images,... Everything is synchronized thanks to 01supply. 

In order to work you need to install 01supply app on your Shopify, Dropizi or Wizishop store. 
Then you can start importing Etsy products to your online store. 

It is very easy to do: 
Once you are on an Etsy product page, just click on the 01supply import button. 
Then, the product will be pushed to your 01supply account where you can easily publish it on your Shopify/Dropizi/Wizishop store. 

This is like the Oberlo app but for Etsy. 
Learn more about 01supply here: https://www.01supply.com

Push products from Etsy to you Shopify/Dropizi/Wizishop store and start selling them today. 
Dropshipping Etsy products has never been so easy. 

Once you get an order on your Shopify/Dropizi/Wizishop store, 01supply makes it easy for you to order on Etsy. 
We automatically fill your customer's information. So you can pay in once click. 

No fees, no subscription. Everything is free. 
Run your Dropshipping business with quality Etsy products now.                    

확장 프로그램 기본 정보

이름 01supply | Import Etsy products to Shopify 01supply | Import Etsy products to Shopify
ID iklgfokemnlkheikecfagjhejgdjffbg
공식 URL https://chromewebstore.google.com/detail/01supply-import-etsy-prod/iklgfokemnlkheikecfagjhejgdjffbg
설명 01supply | Import Etsy product
파일 크기 199 KB
설치 횟수 386
현재 버전 1.1.3
최근 업데이트 2023-12-19
출시 날짜 2021-09-30
평점 4.33/5 총 6 개의 평점
개발자 01supply.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://01supply.com
도움말 페이지 URL https://01supply.com
개인정보 보호 정책 페이지 URL https://www.01supply.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "01supply | Import Etsy products to Shopify",
    "version": "1.1.3",
    "description": "01supply | Import Etsy product",
    "action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "512": "favicon.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "favicon.png",
                "favicon.svg",
                "load.svg",
                "copy.svg",
                "logo.svg"
            ],
            "matches": [
                "*:\/\/*.etsy.com\/*",
                "*:\/\/*.01supply.com\/*",
                "*:\/\/*.compassionate-ardinghelli-12d57b.netlify.app\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/*",
                "*:\/\/*.01supply.com\/*",
                "*:\/\/*.compassionate-ardinghelli-12d57b.netlify.app\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "buttonImport.js",
                "createInvoice\/index.js",
                "autoOrder\/index.js",
                "autoOrder\/newShippingDetect.js",
                "autoOrder\/createOrder.js",
                "autoOrder\/shippingBoxInformations.js",
                "chromeMessage\/googleAuth\/send.js",
                "chromeMessage\/extensionInstalled.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiCfiSuplx8ifwU26dJwf7JIOAEaw\/CdhK1gKwzEi1XEW72sGcqN9ZMD1NXwNt03PNFC+XbefydZE98MpanFaUgWVHXjMHmo4woox7ii1i0wTEC3zkw6Z4klqhtknD1z+bMCrl7jtis+KQCnKkhMZ4N5M2vwWtEnK5GI32mWl\/0THGBTd5iqVXgirrsqU23W1VrHqtRS1zLGbxZ3upI\/ctLbtHEY3ikV720r2CD65F1S7c2d3QzC671RV\/dzOym8WtpgFPXbHJELVc5JBlhoQ9b3x9HN+TgWnDqSpZShYdKn0aRHW0Yb0RTSSzc7SZLEb5M3v60zhXShyKYQk55QY7wIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}