Etsy POD

Etsy Print On Demand Extention!

Etsy POD란 무엇입니까?

Etsy POD은(는) kvanbiddesignes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Etsy Print On Demand Extention!"입니다.

확장 프로그램 스크린샷

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

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

확장 프로그램 사용 설명서

                        Etsy Print On Demand Extension!

Unlock a seamless print-on-demand experience on Etsy with our Chrome extension. Designed for both sellers and buyers, this tool streamlines the process of listing, ordering, and managing print-on-demand products on Etsy.

Features:

Automated Listing: Quickly list your print-on-demand products with automated templates and pre-filled information.
Real-time Sync: Ensure your product listings, inventory, and designs are always up-to-date with real-time synchronization.
Easy Design Upload: Drag and drop your designs, and our extension will automatically format and place them on your products.
Order Management: Simplify the process of receiving and processing print-on-demand orders with integrated tools.
Instant Previews: Visualize how your designs will look on products with instant mock-up previews.
Whether you're an established seller looking to expand your product range or a new entrant exploring the world of print-on-demand, our Etsy Print On Demand Extension is your perfect companion. Enhance your Etsy experience, save time, and grow your business with ease!                    

확장 프로그램 기본 정보

이름 Etsy POD Etsy POD
ID cifpecggnidjahcjojkfligmgemabdhp
공식 URL https://chromewebstore.google.com/detail/etsy-pod/cifpecggnidjahcjojkfligmgemabdhp
설명 Etsy Print On Demand Extention!
파일 크기 93.86 KB
설치 횟수 284
현재 버전 0.02
최근 업데이트 2023-09-26
출시 날짜 2023-09-25
평점 5.00/5 총 5 개의 평점
개발자 kvanbiddesignes
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://yourprinthouse.eu
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Etsy POD",
    "version": "0.02",
    "icons": {
        "16": "favicon.ico",
        "48": "favicon.ico",
        "128": "favicon.ico"
    },
    "description": "Etsy Print On Demand Extention!",
    "permissions": [],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "injector.js"
            ],
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "use_dynamic_url": false
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}