BoostNineProSuite - Product Scanner
The Supercar of Amazon FBA Software, Find perfect products to sell using AI & proven supply/demand metrics.
Was ist BoostNineProSuite - Product Scanner?
BoostNineProSuite - Product Scanner ist eine Chrome-Erweiterung, die von Nine University entwickelt wurde, und ihr Hauptmerkmal ist "The Supercar of Amazon FBA Software, Find perfect products to sell using AI & proven supply/demand metrics.".
Erweiterungsscreenshots
BoostNineProSuite - Product Scanner-Erweiterungs-CRX-Datei herunterladen
Laden Sie BoostNineProSuite - Product Scanner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The Supercar of Amazon FBA Software. Boost Nine is "the supercar of Amazon FBA Software." Boost Nine provides you an easy way to check to see if a market on Amazon is a good or bad market to get into selling on Amazon through FBA with, and allows you to calculate your ROI, see related products, identify good keywords, and move forward with your Amazon FBA business!
Grundlegende Informationen zur Erweiterung
Name | BoostNineProSuite - Product Scanner |
ID | oeanibkipknonchhelnfkddomgcpjajm |
Offizielle URL | https://chromewebstore.google.com/detail/boostnineprosuite-product/oeanibkipknonchhelnfkddomgcpjajm |
Beschreibung | The Supercar of Amazon FBA Software, Find perfect products to sell using AI & proven supply/demand metrics. |
Dateigröße | 2.04 MB |
Installationsanzahl | 972 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2022-07-26 |
Veröffentlichungsdatum | 2021-05-25 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | Nine University |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.boostnineprosuite.com |
Hilfeseite URL | https://www.boostnineprosuite.com/boost-learning |
URL der Datenschutzrichtlinien-Seite | https://www.boostnineprosuite.com/privacy-policy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BoostNineProSuite - Product Scanner", "version": "1.0.4", "description": "The Supercar of Amazon FBA Software, Find perfect products to sell using AI & proven supply\/demand metrics.", "author": "BoostNine Team", "permissions": [ "tabs", "storage", "windows" ], "host_permissions": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.in\/*" ], "options_page": "html\/product-scan.html", "action": { "default_popup": "html\/popup.html", "default_title": "Amazon's Product Scanner", "default_icons": "images\/icon_zb_inactive_16.png" }, "icons": { "16": "images\/icon_zb_16.png", "48": "images\/icon_zb_48.png", "128": "images\/icon_zb_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.amazon.nl\/*", "*:\/\/www.amazon.com.mx\/*", "*:\/\/www.amazon.it\/*", "*:\/\/www.amazon.in\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.cn\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.com.br\/*", "*:\/\/www.amazon.com.au\/*" ], "css": [ "css\/bootstrap.min.css", "css\/jquery-ui.min.css", "css\/product-scan.css", "css\/jquery.dataTables.css", "css\/tooltipster.bundle.min.css", "css\/buttons.dataTables.min.css", "css\/font-awesome.css", "css\/custom.css", "css\/progresscircle.css", "css\/tooltipster-sideTip-noir.min.css", "css\/B9-style.css" ], "js": [ "js\/jquery-3.3.1.js", "js\/popper.min.js", "js\/bootstrap.min.js", "js\/progresscircle.js", "js\/jquery-ui.min.js", "js\/highcharts.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.amazon.nl\/*", "*:\/\/www.amazon.com.mx\/*", "*:\/\/www.amazon.it\/*", "*:\/\/www.amazon.in\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.cn\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.com.br\/*", "*:\/\/www.amazon.com.au\/*" ], "js": [ "js\/product-scan.js", "js\/datatables.min.js", "js\/tooltipster.bundle.min.js", "js\/jquery.raty.min.js", "js\/sentry.js", "js\/goal-seek.js", "js\/helper.js", "js\/content.js", "js\/dataTables.buttons.min.js", "js\/buttons.colVis.min.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "js\/*", "css\/*", "html\/*", "images\/*", "fonts\/*", "Fonts\/*" ], "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.in\/*" ] } ], "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; 'self' https:\/\/www.boostnineprosuite.com; object-src 'self'" } } |