FBA Zone Product Analyzer

Find the best products to sell on Amazon

FBA Zone Product Analyzer là gì?

FBA Zone Product Analyzer là một tiện ích mở rộng Chrome được phát triển bởi http://fba.zone, và tính năng chính của nó là "Find the best products to sell on Amazon".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FBA Zone Product Analyzer

Tải xuống các tệp mở rộng FBA Zone Product Analyzer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Best tool for Amazon FBA sellers. Easily extract sales, rank, rating, reviews, trends and pricing information from Amazon products. Analyze selling category and calculate FBA fees with potential profit. 
Get all the info you need in order to sell Amazon items all the way from manufacturing using sites like Alibaba and Global Sources to understanding Amazon FBA fees. 

Some of the extract information is: Amazon BSR, profit estimate, sales, product size, title, publisher, keyword trends, Amazon FBA fees, product rating, number of reviews, rating, number of Amazon sellers, oversize indicator and price and rank history charts.

No need to manually enter each product page, in one click you can generate all the information plus get top-grade estimation for revenue and sales volume.  

Product research on Amazon made easy with 3 options:
FREE: get in-page highlighted items with high selling potential. 
Basic: get items and summarized information including price, rank, and trends.
Pro: get 360 view on the potential of selling on a specific category including calculated profits.

Made by https://FBA.Zone                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FBA Zone Product Analyzer FBA Zone Product Analyzer
ID jidinnofhkglllhcdbemmijahaihlcon
URL Chính Thức https://chrome.google.com/webstore/detail/fba-zone-product-analyzer/jidinnofhkglllhcdbemmijahaihlcon
Mô tả Find the best products to sell on Amazon
Kích Thước Tệp 2.46 MB
Số Lần Cài Đặt 954
Phiên Bản Hiện Tại 2.0.6
Cập Nhật Lần Cuối 2017-12-05
Ngày Phát Hành 2017-12-05
Đánh Giá 2.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://fba.zone
Loại Thanh Toán free
Trang Web Mở Rộng https://fba.zone/terms
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FBA Zone Product Analyzer",
    "description": "Find the best products to sell on Amazon",
    "version": "2.0.6",
    "browser_action": {
        "default_title": "React Chrome Extension Example",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "favicon-16.png",
        "48": "favicon-48.png",
        "128": "favicon-128.png"
    },
    "permissions": [
        "identity",
        "activeTab",
        "contextMenus",
        "tabs",
        "storage",
        "https:\/\/*\/*",
        "https:\/\/www.googleapis.com\/"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.in\/*",
                "*:\/\/www.amazon.sg\/*",
                "*:\/\/www.amazon.it\/*",
                "*:\/\/www.amazon.nl\/*",
                "*:\/\/www.amazon.es\/*",
                "*:\/\/www.amazon.com.mx\/*",
                "*:\/\/www.amazon.au\/*",
                "*:\/\/www.amazon.com.br\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.co.jp\/*",
                "*:\/\/www.amazon.ca\/*",
                "*:\/\/www.amazon.cn\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.de\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery-ui.min.js",
                "\/static\/js\/main.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/jquery-ui.min.css",
                "css\/font-awesome.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/*.*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.google.com\/trends\/* https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "manifest_version": 2,
    "oauth2": {
        "client_id": "644825178240-akbb6v1leobfpbuh0vqu4g2nb9mql2j9.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqOsujKRw1UIHnHO+zv835xEJuzQ1fyrEBupUmlp445a6MyHDfmBf2kYNqAEvSREcem2+VCTpdUdib7FQLkhRYUFt+7lyOt6VnUlCNWv6bW8h1ZvOpNtljXn60Snk3WJa8VbSZ5wQeNIsnNjNRDavIEYOwLPeT4Hnmyukl6VEHD4XQU7FTf3vfzeEblWXVbtdECTcoHUVCVWBGMf3Sc2Bya\/q+PnANZqyWZEVk\/0IOs14XByiR8U1rmb9Q8RsseoThn6LU3YHxDpZWBV9yKBCuQ4PmNj7DLWc+LX1ObJZ8SeNKIyMHuIDW6jHwN2FmIrMcVbvkgf80O0LUes2x26KOwIDAQAB"
}