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
公式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
Eメール [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"
            ]
        }
    ]
}