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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}