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은(는) https://trendingproducts.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detect suppliers for any Amazon FBA product or dropshipping store. See trends, bestsellers, ads and profit margin data as you browse"입니다.

확장 프로그램 스크린샷

screenshot

Product Research 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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