Amazon Product Analyzer

Tool to analyze amazon product pricing

Amazon Product Analyzer là gì?

Amazon Product Analyzer là một tiện ích mở rộng Chrome được phát triển bởi https://www.solnatix.com, và tính năng chính của nó là "Tool to analyze amazon product pricing".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Amazon 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

                        Amazon Product Analyzer (Works for all US, Canada and Mexico Amazon sites)

Free for limited time, No credit card needed.

Enables you to quickly look at the vital information about the product to make an informed decision about profitability of selling it on Amazon.

It gives you following information at your finger tips

Break-even buying price (if you can buy the product below this price and sell it 
on Amazon, you could make profit.

Once the FBA profile is created with your cost for preparation and shipping, it 
would automatically apply to the calculation to show you the true cost of product.

Ability to disable the FBA profile to see the calculation without additional cost 
for special items.

Detailed breakdown of the FBA fees.

Automatic calculation of Profit, Return of Investment and Net Profit Margins

Automatic calculation of cost and profit based on given buying and selling prices.

Display of stock level from competitors

Easy filtering of sellers based on filter criteria.  

Keepa graph to see the price fluctuation of the product over the time                    

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

Tên Amazon Product Analyzer Amazon Product Analyzer
ID cenhmlkkgfflhedkkmgkmgmbcpdflbni
URL Chính Thức https://chromewebstore.google.com/detail/amazon-product-analyzer/cenhmlkkgfflhedkkmgkmgmbcpdflbni
Mô tả Tool to analyze amazon product pricing
Kích Thước Tệp 508 KB
Số Lần Cài Đặt 3,155
Phiên Bản Hiện Tại 0.0.51
Cập Nhật Lần Cuối 2020-10-31
Ngày Phát Hành 2019-08-15
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.solnatix.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Product Analyzer",
    "version": "0.0.51",
    "description": "Tool to analyze amazon product pricing",
    "icons": {
        "16": "assets\/images\/smallest_bell.png",
        "32": "assets\/images\/small_bell.png",
        "48": "assets\/images\/medium_bell.png",
        "128": "assets\/images\/large_bell.png"
    },
    "page_action": {
        "default_icon": {
            "16": "assets\/images\/smallest_bell.png",
            "32": "assets\/images\/small_bell.png",
            "48": "assets\/images\/medium_bell.png",
            "128": "assets\/images\/large_bell.png"
        }
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/sellercentral.amazon.com\/fba\/*"
    ],
    "oauth2": {
        "client_id": "1081889389918-06ljqr0i06etrtjo8cjlkgmj149mvgm4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuvUa3z7MR7dwsYHPlJhpYpIwwBfTHFddhUqxssKcSJH0+WF8upk9Fk7xGg+ivzwwjEFKtwBwWAgmvylXbNCxqimb4knondUzKIuXecUxsLqW3bydkVIzqj3Bn2MaZO4hN22ztctZLo9TnRPxPRd3D8+RUWMG5hnhQ\/2CRNQ6Fo9dtHYAUPzWDZ1bcO8rluTG\/eBnc11UCwDEcedGXUqQHlBxD7uWsUVCQU8LrIooeG2G5GSJRo0INYShjb+hs+wlbPLvBoXP1a8yYS77foKmty3dkWYqEp39Q1uWSVmUnUPPlOl0O47Ipg+sVjy2pUNBP8Vt6nFE90BmTF7tVUEHIQIDAQAB",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "persistent": true,
        "scripts": [
            "assets\/js\/solnatix_util.js",
            "assets\/js\/solnatix_background.js"
        ]
    },
    "web_accessible_resources": [
        "assets\/images\/*"
    ],
    "manifest_version": 2
}