Merch Advanced Analytics

Merch analytics tool to discover your top-selling niches. Spend less time designing, and more time making money.

Merch Advanced Analytics란 무엇입니까?

Merch Advanced Analytics은(는) VenmarkStudio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Merch analytics tool to discover your top-selling niches. Spend less time designing, and more time making money."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Merch Advanced Analytics is an open source tool built to expand the functionality of MerchTools. Allows users to assign niche tags to each of your products in order to study cohorts better.

Gives you the ability to view individual product lifetime sales as well as in different date ranges. Sales notifications whenever you get a sales.

Boost your ROI on your time spent designing by learning what's selling best and constantly improve on it.                    

확장 프로그램 기본 정보

이름 Merch Advanced Analytics Merch Advanced Analytics
ID dnoeippmocfhleigngbdncdiaiehjaff
공식 URL https://chromewebstore.google.com/detail/merch-advanced-analytics/dnoeippmocfhleigngbdncdiaiehjaff
설명 Merch analytics tool to discover your top-selling niches. Spend less time designing, and more time making money.
파일 크기 1.03 MB
설치 횟수 2,228
현재 버전 1.2.04
최근 업데이트 2021-09-11
출시 날짜 2020-02-21
평점 4.45/5 총 20 개의 평점
개발자 VenmarkStudio
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "moment.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Merch Analytics"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.slim.min.js",
                "popper.min.js",
                "bootstrap.min.js",
                "Chart.min.js",
                "tablesort.min.js",
                "tablesort.number.js",
                "tablesort.date.js",
                "moment.min.js",
                "daterangepicker.js",
                "popup.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/merch.amazon.com\/*",
                "https:\/\/*\/MerchAnalytics\/*",
                "https:\/\/*\/IndividualProductPage\/*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*\/MerchAnalytics\/*",
                "https:\/\/*\/IndividualProductPage\/*"
            ],
            "css": [
                "bootstrap.min.css",
                "font-awesome.css",
                "css.css",
                "daterangepicker.css"
            ]
        }
    ],
    "description": "Merch analytics tool to discover your top-selling niches. Spend less time designing, and more time making money.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "web_accessible_resources": [
        "options.html",
        "img\/*",
        "fonts\/fontawesome-webfont.woff",
        "fonts\/fontawesome-webfont.woff2",
        "fonts\/fontawesome-webfont.ttf",
        "fonts\/*.woff",
        "fonts\/*.woff2",
        "fonts\/*.ttf",
        "*.ttf"
    ],
    "manifest_version": 2,
    "name": "Merch Advanced Analytics",
    "short_name": "Merch Analytics",
    "permissions": [
        "notifications",
        "storage",
        "clipboardRead",
        "*:\/\/*.amazon.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.04"
}