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은(는) Pexgle에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Pexgle - Hunt Winning Products Toolkit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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