Amazon Revenue Calculator

Calculate and display product revenue on Amazon

Amazon Revenue Calculator là gì?

Amazon Revenue Calculator là một tiện ích mở rộng Chrome được phát triển bởi AmzDesign, và tính năng chính của nó là "Calculate and display product revenue on Amazon".

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

screenshot
screenshot
screenshot

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

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

                        The extension serves a singular, clear-cut purpose: It notably enhances the user experience for Amazon sellers by calculating and displaying crucial, precise information such as exact minimum revenue directly on the Amazon search results page. Unlike competitors like JungleScout and Helium 10, which mainly provide sales estimates, our extension taps directly into Amazon's data, guaranteeing accuracy and reliability. By leveraging visible page elements such as pricing and quantity sold, it offers instant, invaluable insights. Amazon sellers can swiftly derive informed conclusions about potential markets, making market research and decision-making more efficient. This tool stands as a beacon of precision and convenience in a marketplace often clouded by approximations, making it an essential tool for Amazon sellers striving for accuracy.                    

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

Tên Amazon Revenue Calculator Amazon Revenue Calculator
ID jkdimdjhkljeblijocdbajlgpbiipdoc
URL Chính Thức https://chromewebstore.google.com/detail/amazon-revenue-calculator/jkdimdjhkljeblijocdbajlgpbiipdoc
Mô tả Calculate and display product revenue on Amazon
Kích Thước Tệp 18.21 KB
Số Lần Cài Đặt 517
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-10-02
Ngày Phát Hành 2023-09-27
Đánh Giá 5.00/5 Tổng số 18 Đánh Giá
Nhà Phát Triển AmzDesign
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",
    "manifest_version": 3,
    "name": "Amazon Revenue Calculator",
    "version": "1.2",
    "description": "Calculate and display product revenue on Amazon",
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.fr\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.ca\/*",
        "https:\/\/*.amazon.in\/*",
        "https:\/\/*.amazon.it\/*",
        "https:\/\/*.amazon.es\/*",
        "https:\/\/*.amazon.com.br\/*",
        "https:\/\/*.amazon.ae\/*",
        "https:\/\/*.amazon.com.au\/*",
        "https:\/\/*.amazon.co.jp\/*",
        "https:\/\/*.amazon.sg\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.sg\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}