Amazon Revenue Calculator

Calculate and display product revenue on Amazon

什麼是Amazon Revenue Calculator?

Amazon Revenue Calculator是由AmzDesign開發的Chrome擴展程式,該擴展的主要功能是“Calculate and display product revenue on Amazon”。

擴展截圖

screenshot
screenshot
screenshot

下載Amazon Revenue Calculator擴展crx文件

下載Amazon Revenue Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Amazon Revenue Calculator Amazon Revenue Calculator
ID jkdimdjhkljeblijocdbajlgpbiipdoc
官方網址 https://chromewebstore.google.com/detail/amazon-revenue-calculator/jkdimdjhkljeblijocdbajlgpbiipdoc
簡介 Calculate and display product revenue on Amazon
檔案大小 18.21 KB
安裝次數 517
目前版本 1.2
更新時間 2023-10-02
上架時間 2023-09-27
評分 5.00/5 共 18 次評分
開發者 AmzDesign
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}