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文件

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

擴展使用說明

                        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
官方網址 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"
    }
}