Merch Text - Streamline Merch By Amazon

Ready to streamline your workflow? Now you can upload your Merch By Amazon designs 10X Faster. In the FREE extension you can…

Merch Text - Streamline Merch By Amazon란 무엇입니까?

Merch Text - Streamline Merch By Amazon은(는) https://merchtext.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ready to streamline your workflow? Now you can upload your Merch By Amazon designs 10X Faster. In the FREE extension you can…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Merch Text - Streamline Merch By Amazon 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ready to streamline your workflow?

Now you can upload your Merch By Amazon designs 10X Faster.

In the FREE extension you can create quick keyboard shortcuts that will autofill your brand, bullet points, and your description.

If you're like me you can build a template then simply plug keywords right in. You can literally upload an optimized listing within 15 seconds (Internet Speed Varies)

People always ask me, "How do you fill all your slots every day?" Well this is how I create time, more time we can spend on designing new shirts and marketing.


No more copying and pasting bullet points like a mad man.                    

확장 프로그램 기본 정보

이름 Merch Text - Streamline Merch By Amazon Merch Text - Streamline Merch By Amazon
ID kboeaaibapmekfoncghackichkpfhdoh
공식 URL https://chromewebstore.google.com/detail/merch-text-streamline-mer/kboeaaibapmekfoncghackichkpfhdoh
설명 Ready to streamline your workflow? Now you can upload your Merch By Amazon designs 10X Faster. In the FREE extension you can…
파일 크기 4.15 MB
설치 횟수 964
현재 버전 1.0
최근 업데이트 2017-03-19
출시 날짜 2017-03-19
평점 4.63/5 총 8 개의 평점
개발자 https://merchtext.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch Text - Streamline Merch By Amazon",
    "short_name": "MerchText",
    "version": "1.0",
    "manifest_version": 2,
    "description": "",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "__MSG_KEYWORD_OMNIBAR_TRIGGER__"
    },
    "background": {
        "scripts": [
            "js\/constants.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "__MSG_BROWSER_ACTION_TITLE__"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/third_party\/jquery-2.1.1-simplified.min.js",
                "js\/third_party\/moment-with-locales.min.js",
                "js\/constants.js",
                "js\/expander.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "",
        "notifications",
        "clipboardRead"
    ],
    "optional_permissions": []
}