Unicorn Smasher Pro

Find the perfect product to start dominating on Amazon

什么是Unicorn Smasher Pro?

Unicorn Smasher Pro是由https://unicornsmasherpro.com开发的Chrome扩展程序,该扩展的主要功能是“Find the perfect product to start dominating on Amazon”。

扩展截图

screenshot
screenshot
screenshot

下载Unicorn Smasher Pro扩展crx文件

下载Unicorn Smasher Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        OVERVIEW

Built by AMZTracker, Unicorn Smasher Pro is a great tool for AMZ sellers that supercharges your Amazon product research. 

 We make it easy for you to pinpoint the perfect product that will fast track you to the top of your niche.

FEATURES

**Real-time, reliable data to give you an inside look at the prices, bestseller ranks, reviews, ratings, estimated sales, and more for any product on AMZ.

**Accurate sales and revenue estimates based on real data from tens of thousands of live AMZ products.

**Ultra-organized dashboard to easily manage all of your AMZ product research in one place and save you weeks of tedious research.

**Discreet sharing tool that puts your data in a super easy shareable format that doesn’t give away your product, making it easy to get feedback from other sellers.

**Integration with AMZ Tracker to give subscribers an inside edge on finding profitable opportunities.

For any questions and for help getting started with your AMZ product research, check out our Help Center at https://help.unicornsmasherpro.com/.

Download the Unicorn Smasher Pro extension and start your journey to becoming an AMZ power seller!

Website link: https://www.unicornsmasherpro.com                    

扩展基本信息

名称 Unicorn Smasher Pro Unicorn Smasher Pro
ID bmbfkoeaaglglffehmikaljbkaiaioac
官方URL https://chromewebstore.google.com/detail/unicorn-smasher-pro/bmbfkoeaaglglffehmikaljbkaiaioac
简介 Find the perfect product to start dominating on Amazon
文件大小 2.11 MB
安装次数 7,825
当前版本 1.8.2
更新时间 2023-09-13
上架时间 2020-10-14
评分 2.00/5 共4次评分
开发者 https://unicornsmasherpro.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.unicornsmasherpro.com/
帮助页面URL https://help.unicornsmasherpro.com/
隐私政策页面URL https://help.unicornsmasherpro.com/article/242-privacy-policy
支持的语言 en
manifest.json
{
    "name": "Unicorn Smasher Pro",
    "description": "Find the perfect product to start dominating on Amazon",
    "version": "1.8.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/amztracker-logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/jquery-ui.min.js",
                "lib\/jquery.tablesorter.min.js",
                "lib\/table2csv.js",
                "lib\/echarts.min.js",
                "lib\/raven.min.js",
                "js\/constants.js",
                "js\/helper.js",
                "js\/localforage.min.js",
                "js\/search.js",
                "js\/product.js",
                "js\/onpage.js",
                "js\/onPageTool.js"
            ],
            "css": [
                "css\/unicorn.css",
                "css\/jquery-ui.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/ssl.google-analytics.com' 'https:\/\/connect.facebook.net'; object-src 'self'"
    },
    "homepage_url": "https:\/\/unicornsmasherpro.com",
    "icons": {
        "128": "images\/amztracker-logo-128.png"
    },
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity",
        "tabs",
        "background",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amztracker.com\/*",
        "https:\/\/www.google-analytics.com\/",
        "https:\/\/connect.facebook.net\/",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/ssl.gstatic.com\/",
        "https:\/\/accounts.google.com\/",
        "https:\/\/www.amazon.ca\/",
        "https:\/\/www.amazon.fr\/",
        "https:\/\/www.amazon.de\/",
        "https:\/\/www.amazon.it\/",
        "https:\/\/www.amazon.co.jp\/",
        "https:\/\/www.amazon.es\/",
        "https:\/\/www.amazon.co.uk\/",
        "https:\/\/www.amazon.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/dtas.png",
                "images\/logo.png",
                "images\/dtas_hover.png",
                "images\/amztracker-logo-128.png",
                "images\/amztracker-logo-200.jpg",
                "images\/unicorn.png",
                "images\/unicorn-logo-stacked.png",
                "images\/unicorn-logo-white.png",
                "popup.html",
                "dashboard.html",
                "modalChart.html",
                "message.html",
                "error.html",
                "modal.html",
                "images\/share.png",
                "images\/bg.png",
                "images\/xt.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.example.com\/*"
        ]
    }
}