Zonpilot Product Research - Product Scanner
Make a Healthy Income Selling Products on Amazon.
What is Zonpilot Product Research - Product Scanner?
Zonpilot Product Research - Product Scanner is a Chrome extension developed by ZonPilot Team, and its main feature is "Make a Healthy Income Selling Products on Amazon.".
Extension Screenshots
Download Zonpilot Product Research - Product Scanner Extension CRX File
Download Zonpilot Product Research - Product Scanner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Selling on Amazon has never been this easy with the use of an all-in-one platform that helps Amazon sellers grow their business by working less.
Extension Basic Information
Name | Zonpilot Product Research - Product Scanner |
ID | infapilcpmnjnpjenmfdhdoiafkaocbc |
Official URL | https://chromewebstore.google.com/detail/zonpilot-product-research/infapilcpmnjnpjenmfdhdoiafkaocbc |
Description | Make a Healthy Income Selling Products on Amazon. |
File Size | 1.45 MB |
Installation Count | 409 |
Current Version | 1.0.4 |
Last Updated | 2022-07-26 |
Publish Date | 2022-07-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ZonPilot Team |
[email protected] | |
Payment Type | free |
Extension Website | https://www.zonpilot.com/ |
Help Page URL | https://blueskyamazon.com/contact/ |
Privacy Policy Page URL | https://blueskyamazon.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zonpilot Product Research - Product Scanner", "version": "1.0.4", "description": "Make a Healthy Income Selling Products on Amazon.", "author": "Zonpilot Team", "permissions": [ "tabs", "storage" ], "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" ], "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.zonpilot.com; object-src 'self'" } } |