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文件

下載Merch By Amazon Analytics擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}