Merch By Amazon Analytics

Analyze, auto-fill, search t-shirts .. Merch by Amazon

Merch By Amazon Analytics란 무엇입니까?

Merch By Amazon Analytics은(는) Hanh Thai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Analyze, auto-fill, search t-shirts .. Merch by Amazon"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Merch By Amazon Analytics 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension let's manage the sales in Merch by Amazon flexibly.
You can sum up your sales royalties daily, weekly, monthly or any period that you want.
Fill out your basic information(brand name, price, description, colors, fit type) automatically when you upload your design.
Search t-shirts on amazon by your selected text on any website.

- Auto fill fixed
- Auto fill title with file name
- Auto fill colors, title, keyword, description fixed                    

확장 프로그램 기본 정보

이름 Merch By Amazon Analytics Merch By Amazon Analytics
ID hpjhbnhnnjbokhecalhbbllcombnbmdl
공식 URL https://chromewebstore.google.com/detail/merch-by-amazon-analytics/hpjhbnhnnjbokhecalhbbllcombnbmdl
설명 Analyze, auto-fill, search t-shirts .. Merch by Amazon
파일 크기 119 KB
설치 횟수 1,311
현재 버전 1.1.8
최근 업데이트 2017-11-19
출시 날짜 2017-11-18
평점 4.00/5 총 6 개의 평점
개발자 Hanh Thai
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch By Amazon Analytics",
    "version": "1.1.8",
    "manifest_version": 2,
    "description": "Analyze, auto-fill, search t-shirts .. Merch by Amazon",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "*:\/\/merch.amazon.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "Merch By Amazon Analytics",
        "default_popup": "page\/popup.html"
    },
    "options_page": "page\/options.html",
    "background": {
        "scripts": [
            "js\/date.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/merch.amazon.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/date.js",
                "js\/analytics.js"
            ]
        }
    ]
}