Merch By Amazon Analytics

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

Merch By Amazon Analytics là gì?

Merch By Amazon Analytics là một tiện ích mở rộng Chrome được phát triển bởi Hanh Thai, và tính năng chính của nó là "Analyze, auto-fill, search t-shirts .. Merch by Amazon".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Merch By Amazon Analytics

Tải xuống các tệp mở rộng Merch By Amazon Analytics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Merch By Amazon Analytics Merch By Amazon Analytics
ID hpjhbnhnnjbokhecalhbbllcombnbmdl
URL Chính Thức https://chromewebstore.google.com/detail/merch-by-amazon-analytics/hpjhbnhnnjbokhecalhbbllcombnbmdl
Mô tả Analyze, auto-fill, search t-shirts .. Merch by Amazon
Kích Thước Tệp 119 KB
Số Lần Cài Đặt 1,311
Phiên Bản Hiện Tại 1.1.8
Cập Nhật Lần Cuối 2017-11-19
Ngày Phát Hành 2017-11-18
Đánh Giá 4.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Hanh Thai
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}