ProfitGuru
Displays detailed product information on Amazon product pages.
Τι είναι το ProfitGuru;
Το ProfitGuru είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://profitguru.com, και η κύρια λειτουργία του είναι "Displays detailed product information on Amazon product pages.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ProfitGuru
Λήψη αρχείων επέκτασης 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 |
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": [ " |