FBA Product Finder - Targeteer
Find FBA products!
What is FBA Product Finder - Targeteer?
FBA Product Finder - Targeteer is a Chrome extension developed by Signal 9 Software, and its main feature is "Find FBA products!".
Extension Screenshots
Download FBA Product Finder - Targeteer Extension CRX File
Download FBA Product Finder - Targeteer 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
Getting started with FBA? Not sure how to find profitable products to sell? This extension is for you. Quickly and easily find profitable items at your local Target that you can sell on Amazon. Enter your zip code, type in your search terms, and IMMEDIATELY see what products are available in store or online that YOU can sell on Amazon for a profit! This tool is a must-have for retail arbitrage. It couldn't be easier. This is about as close to point-and-click profits as you can get!
Extension Basic Information
Name | |
ID | lajalaceaadcohfghapncicncaabmgnn |
Official URL | https://chrome.google.com/webstore/detail/fba-product-finder-target/lajalaceaadcohfghapncicncaabmgnn |
Description | Find FBA products! |
File Size | 1.49 MB |
Installation Count | 50 |
Current Version | 1.3 |
Last Updated | 2019-10-23 |
Publish Date | 2019-10-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Signal 9 Software |
[email protected] | |
Payment Type | free |
Extension Website | https://signal9software.com |
Privacy Policy Page URL | http://signal9software.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FBA Product Finder - Targeteer", "version": "1.3", "description": "Find FBA products!", "permissions": [ "storage", "webRequest", "*:\/\/*.target.com\/*", "*:\/\/www.amazon.com\/*", "*:\/\/signal9software.us3.list-manage.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "128": "Icon128.png" }, "browser_action": { "default_popup": "popup.html", "name": "Targeteer" }, "manifest_version": 2 } |