ProfitGuru
Displays detailed product information on Amazon product pages.
¿Qué es ProfitGuru?
ProfitGuru es una extensión de Chrome desarrollada por https://profitguru.com, y su función principal es "Displays detailed product information on Amazon product pages.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ProfitGuru
Descarga archivos de extensión ProfitGuru en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | ProfitGuru |
ID | mplclgfdkcgajodehkifjmfdiooffbec |
URL Oficial | https://chromewebstore.google.com/detail/profitguru/mplclgfdkcgajodehkifjmfdiooffbec |
Descripción | Displays detailed product information on Amazon product pages. |
Tamaño del Archivo | 49.98 KB |
Cantidad de Instalaciones | 1,249 |
Versión Actual | 1.0.3 |
Última Actualización | 2023-10-31 |
Fecha de Publicación | 2023-07-09 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://profitguru.com |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://www.profitguru.com |
URL de la Página de Ayuda | https://www.profitguru.com/page/contact-us |
Idiomas Soportados | 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": [ " |