ProfitGuru

Displays detailed product information on Amazon product pages.

ProfitGuru란 무엇입니까?

ProfitGuru은(는) https://profitguru.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays detailed product information on Amazon product pages."입니다.

확장 프로그램 스크린샷

screenshot

ProfitGuru 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Discover and analyze potential products to sell on Amazon using the Profit Guru extension. This tool incorporates Keepa charts, an FBA profit calculator, and much more to provide you with essential data for your Amazon Online Arbitrage, Private Label, and Wholesale sourcing needs.

The extension tracks many key data points such as:
- Eligibility to Sell
- Is the product classified as Dangerous Goods or Hazmat
- The current and historical Best Seller Rank (BSR) averages
- Estimated Sales
- Information about competing offers, prices
- Interactive price and BSR history charts derived from Keepa data
- Brand Metrics
- A comprehensive profit calculator that factors in all Amazon fees and your costs
- Instant calculations of Return On Investment (ROI), profit, profit margin, break-even sale price
- Details of the maximum cost to meet your ROI and profit objectives
...and more

ProfitGuru is compatible with the Amazon US Marketplace.

Signup today and enhance your sourcing analysis process, yielding valuable insights and sourcing with confidence. Visit profitguru.com for more details.                    

확장 프로그램 기본 정보

이름 ProfitGuru ProfitGuru
ID mplclgfdkcgajodehkifjmfdiooffbec
공식 URL https://chromewebstore.google.com/detail/profitguru/mplclgfdkcgajodehkifjmfdiooffbec
설명 Displays detailed product information on Amazon product pages.
파일 크기 49.98 KB
설치 횟수 1,249
현재 버전 1.0.3
최근 업데이트 2023-10-31
출시 날짜 2023-07-09
평점 5.00/5 총 3 개의 평점
개발자 https://profitguru.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.profitguru.com
도움말 페이지 URL https://www.profitguru.com/page/contact-us
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ProfitGuru",
    "version": "1.0.3",
    "description": "Displays detailed product information on Amazon product pages.",
    "host_permissions": [
        "https:\/\/*.amazon.com\/",
        "https:\/\/*.profitguru.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.profitguru.com\/ext\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.profitguru.com\/ext\/asin\/*"
            ],
            "js": [
                "iframe-content.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "iframe.html",
                "iframe.js",
                "logo.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}