Pexgle - Hunt Winning Products Toolkit

Uncover the hottest winning products from the market and your competitors. See what ads are bringing in the most traffic.

What is Pexgle - Hunt Winning Products Toolkit?

Pexgle - Hunt Winning Products Toolkit is a Chrome extension developed by Pexgle, and its main feature is "Uncover the hottest winning products from the market and your competitors. See what ads are bringing in the most traffic.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Pexgle - Hunt Winning Products Toolkit Extension CRX File

Download Pexgle - Hunt Winning Products Toolkit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Here’s how you can legally “spy” on all your biggest competitors so you can quickly discover the hottest-selling products and trends 
and cash in – making millions overnight – long before the market gets saturated!

Make better marketing decisions by learning what products are already successful and get comprehensive data on profitable eCommerce stores

1, Winning Product Research
Quickly and easily find out which products at target stores are making money. (data based on real visitors/buyers)

2, Facebook Ads Research
Discover the BEST performing ads within your market and your competitors. 

3, Suppliers & Competitors
Find all other stores selling your product and the sales they're getting, as well as all suppliers, so you can order at the cheapest price.

4, AliExpress Order Statistic
Skyrocket your conversion rate with trending products that are proven to sell.

Help us keep Pexgle working on all your favorite stores. If you have any trouble email us at [email protected]

We are the first e-commerce competitive intelligence tool with data from real visitors/ buyers. As a result, we are the only one that can show you hottest trending products in real time, before they get saturated.                    

Extension Basic Information

Name Pexgle - Hunt Winning Products Toolkit Pexgle - Hunt Winning Products Toolkit
ID gphjjfiadngdfchoeimfdlpnhhjmddid
Official URL https://chromewebstore.google.com/detail/pexgle-hunt-winning-produ/gphjjfiadngdfchoeimfdlpnhhjmddid
Description Uncover the hottest winning products from the market and your competitors. See what ads are bringing in the most traffic.
File Size 4.8 MB
Installation Count 27,443
Current Version 0.3.9
Last Updated 2023-11-07
Publish Date 2020-06-24
Rating 3.26/5 Total 23 Ratings
Developer Pexgle
Email [email protected]
Payment Type free
Extension Website https://www.pexgle.com
Help Page URL https://www.pexgle.com/contact/
Privacy Policy Page URL https://www.pexgle.com/privacy-policy
Supported Languages en
manifest.json
{
    "description": "Uncover the hottest winning products from the market and your competitors. See what ads are bringing in the most traffic.",
    "version": "0.3.9",
    "author": "Pexgle Team",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/default-16.png",
            "19": "icons\/default-19.png",
            "32": "icons\/default-32.png",
            "38": "icons\/default-38.png"
        },
        "default_title": "Pexgle - All-in-one Hunt Winning Products Toolkit"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "root.bundle.js"
            ]
        },
        {
            "js": [
                "shops.bundle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.shopify.com\/*",
                "https:\/\/*.google.com\/*"
            ]
        },
        {
            "js": [
                "aliexpress-product-detail.bundle.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.com\/store\/product\/*",
                "https:\/\/*.aliexpress.com\/i\/*"
            ]
        },
        {
            "js": [
                "facebook.bundle.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/",
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "google.bundle.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/search*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "shopify.bundle.js"
            ],
            "matches": [
                "https:\/\/apps.shopify.com\/*",
                "https:\/\/apps.shopify.com\/browse\/*",
                "https:\/\/apps.shopify.com\/search?*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "aliexpress-category.bundle.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/category\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/www.pexgle.com\/",
    "icons": {
        "16": "icons\/pexgle-logo-16.png",
        "48": "icons\/pexgle-logo-48.png",
        "128": "icons\/pexgle-logo-128.png"
    },
    "manifest_version": 2,
    "name": "Pexgle - Hunt Winning Products Toolkit",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "webRequest",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "icons\/*",
        "*.css"
    ]
}