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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VenmarkStudio และคุณลักษณะหลักของมันคือ "Merch analytics tool to discover your top-selling niches. Spend less time designing, and more time making money."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Merch Advanced Analytics

ดาวน์โหลดไฟล์ส่วนขยาย Merch Advanced Analytics ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}