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.

Vad är Pexgle - Hunt Winning Products Toolkit?

Pexgle - Hunt Winning Products Toolkit är en Chrome-tillägg utvecklad av Pexgle, och dess huvudfunktion är "Uncover the hottest winning products from the market and your competitors. See what ads are bringing in the most traffic.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Pexgle - Hunt Winning Products Toolkit-förlängningens CRX-fil

Ladda ner Pexgle - Hunt Winning Products Toolkit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Pexgle - Hunt Winning Products Toolkit Pexgle - Hunt Winning Products Toolkit
ID gphjjfiadngdfchoeimfdlpnhhjmddid
Officiell webbadress https://chromewebstore.google.com/detail/pexgle-hunt-winning-produ/gphjjfiadngdfchoeimfdlpnhhjmddid
Beskrivning Uncover the hottest winning products from the market and your competitors. See what ads are bringing in the most traffic.
Filstorlek 4.8 MB
Antal Installationer 27,443
Aktuell Version 0.3.9
Senast Uppdaterad 2023-11-07
Publiceringsdatum 2020-06-24
Betyg 3.26/5 Totalt 23 Betyg
Utvecklare Pexgle
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.pexgle.com
Hjälpsida URL https://www.pexgle.com/contact/
URL till Sekretesspolicy Sidan https://www.pexgle.com/privacy-policy
Stödda Språk 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"
    ]
}