Product Research

Detect suppliers for any Amazon FBA product or dropshipping store. See trends, bestsellers, ads and profit margin data as you browse

Τι είναι το Product Research;

Το Product Research είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://trendingproducts.com, και η κύρια λειτουργία του είναι "Detect suppliers for any Amazon FBA product or dropshipping store. See trends, bestsellers, ads and profit margin data as you browse".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Product Research

Λήψη αρχείων επέκτασης Product Research σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Store Overview 
See trends, suppliers, and ads for any ecommerce store.  

Store Trends 
See all trends detected for a store

Store Suppliers 
See all suppliers detected for a store

Store Ads 
View and download ad copy used to get sales

Follow Stores 
Track every new product added to a store 

Product Overview 
Snapshot of product data as you browse

Product Strength 
Calculated by various trending metrics

Product Suppliers 
View or detect suppliers for any product

Product Ads 
See ad copy used to get sales

Shortlist Products 
Save and organise products into projects

We support gathering products from Amazon, Shopify, Aliexpress, Woocommerce and many other platforms. Your perfect companion for product sourcing, dropshipping or Amazon FBA.

Watch product demo video at https://trendingproducts.com or email [email protected] with your store and we will show how we can help.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Product Research Product Research
ID fdnbeafickafiocjpfpioapepifdfkhj
Επίσημο URL https://chromewebstore.google.com/detail/product-research/fdnbeafickafiocjpfpioapepifdfkhj
Περιγραφή Detect suppliers for any Amazon FBA product or dropshipping store. See trends, bestsellers, ads and profit margin data as you browse
Μέγεθος Αρχείου 630 KB
Αριθμός Εγκαταστάσεων 3,090
Τρέχουσα Έκδοση 4.9.96
Τελευταία Ενημέρωση 2023-06-30
Ημερομηνία Δημοσίευσης 2019-11-25
Αξιολόγηση 4.58/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://trendingproducts.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://trendingproducts.com/
URL της Σελίδας Πολιτικής Απορρήτου https://trendingproducts.com/privacy.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Detect suppliers for any Amazon FBA product or dropshipping store. See trends, bestsellers, ads and profit margin data as you browse",
    "version": "4.9.96",
    "manifest_version": 3,
    "name": "Product Research",
    "options_page": "welcome.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "externally_connectable": {
        "ids": [
            "fdnbeafickafiocjpfpioapepifdfkhj"
        ],
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*",
            ""
        ],
        "accepts_tls_channel_id": false
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScriptEnd.bundle.js"
            ],
            "css": [
                "contentEnd.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}