Merch Informer Lister

Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease

Merch Informer Lister란 무엇입니까?

Merch Informer Lister은(는) https://merchinformer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Merch Informer Lister 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Merch Informer Lister is available under any of the Merch Informer plans to help you upload multiple design variations with ease!

If you need to upload designs and are sick and tired of editing colors each and every time, or selecting a different price, Merch Informer Lister has you covered.

With the Merch Informer Lister, you will be able to set color profiles bound to a hotkey to quickly and efficiently select your Merch by Amazon product colors with a single button. 

Do you want to fill out the brand name, title, bullet points, and description of Merch by Amazon products? Well, with the Info profiles, all of this is just a single hotkey away.

STOP wasting your time listing, and get to what really matters, research and selling more products on the Merch by Amazon platform!                    

확장 프로그램 기본 정보

이름 Merch Informer Lister Merch Informer Lister
ID ffkgbikejcgiojinaohlajcogfkpihlf
공식 URL https://chromewebstore.google.com/detail/merch-informer-lister/ffkgbikejcgiojinaohlajcogfkpihlf
설명 Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease
파일 크기 834 KB
설치 횟수 12,077
현재 버전 5.7.4
최근 업데이트 2023-10-13
출시 날짜 2020-06-30
평점 3.96/5 총 25 개의 평점
개발자 https://merchinformer.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://merchinformer.com/
도움말 페이지 URL http://helpdesk.merchinformer.com/
개인정보 보호 정책 페이지 URL https://merchinformer.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch Informer Lister",
    "description": "Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease",
    "options_page": "index.html",
    "background": {
        "scripts": [
            "scripts\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Merch Informer Lister"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/merch.amazon.com\/*"
            ],
            "js": [
                "scripts\/content.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com; object-src 'self'",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "https:\/\/members.merchinformer.com\/"
    ],
    "version": "5.7.4"
}