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.

Что такое Pexgle - Hunt Winning Products Toolkit?

Pexgle - Hunt Winning Products Toolkit - это расширение Chrome, разработанное Pexgle, и его основная функция - "Uncover the hottest winning products from the market and your competitors. See what ads are bringing in the most traffic.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Pexgle - Hunt Winning Products Toolkit

Скачайте файлы расширений Pexgle - Hunt Winning Products Toolkit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Pexgle - Hunt Winning Products Toolkit Pexgle - Hunt Winning Products Toolkit
ID gphjjfiadngdfchoeimfdlpnhhjmddid
Официальный URL https://chromewebstore.google.com/detail/pexgle-hunt-winning-produ/gphjjfiadngdfchoeimfdlpnhhjmddid
Описание Uncover the hottest winning products from the market and your competitors. See what ads are bringing in the most traffic.
Размер файла 4.8 MB
Количество установок 27,443
Текущая Версия 0.3.9
Последнее Обновление 2023-11-07
Дата публикации 2020-06-24
Рейтинг 3.26/5 Всего 23 оценок
Разработчик Pexgle
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.pexgle.com
URL страницы помощи https://www.pexgle.com/contact/
URL страницы политики конфиденциальности https://www.pexgle.com/privacy-policy
Поддерживаемые языки 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"
    ]
}