Amachete

Amachete is the only Global Amazon FBA research platform, that allows you to find private label opportunities international Amazon…

Was ist Amachete?

Amachete ist eine Chrome-Erweiterung, die von https://amachete.co entwickelt wurde, und ihr Hauptmerkmal ist "Amachete is the only Global Amazon FBA research platform, that allows you to find private label opportunities international Amazon…".

Erweiterungsscreenshots

screenshot
screenshot

Amachete-Erweiterungs-CRX-Datei herunterladen

Laden Sie Amachete-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

                        Amachete is the only Global Amazon FBA research platform, that allows you to find private label opportunities  international Amazon marketplaces. 

Keep in mind, this is a _FREE_ trial for 14 days.  After which if you find it's useful, you'll need to subscribe. 

(Note: We do not report sales for all categories, just the ones which are Private Label friendly. If you'd like to know how often a refrigerator sells for, please, take a moment.

Also if a BSR is over 100,000, you won't see any sale information because that thing only sells once in a blue moon)

(Note: Currently only providing sales data for United States, Japan, Germany, United Kingdom, and India. That's right, India.)

1.6.1: Minor adjustments.
1.6:  Fixed an issue with the images not showing properly.
1.5:  Major visual overhaul plus new functionality you'll love it.
1.03 : Fix currency display for Japan / Sales totals
1.01 : now fires on more of the best/seller pages
1.0 -- A full version release. This is rewritten from the ground up to be more efficient and aesthetically pleasing.
     

0.2.5
-- New! You can now set filters for thresholds, and the extension will let you know when you find an item that meets your criteria!

0.2.4 
-- Fixed a few messaging issues.

0.2.3. 
-- Revised On/Off functionality. Now when you DISABLE the plugin it no longer searches the individual listings
-- better handling of expiration

0.2.2 
-- Fixed a few bugs,
-- Enhanced Connectivity w/ Amachete.co

0.2.1 
-- We've added PRICE to the sidebar. 
-- Also refined the way we analyze a few of the markets. Hopefully you dont notice this though.


We are currently offering the most accurate sales data for private label friendly categories in Germany, Japan, the UK, and the United States.                    

Grundlegende Informationen zur Erweiterung

Name Amachete Amachete
ID bkjachlealjpahiicgagjdlddbenjjcn
Offizielle URL https://chromewebstore.google.com/detail/amachete/bkjachlealjpahiicgagjdlddbenjjcn
Beschreibung Amachete is the only Global Amazon FBA research platform, that allows you to find private label opportunities international Amazon…
Dateigröße 216 KB
Installationsanzahl 422
Aktuelle Version 2.1.6
Letztes Update 2020-04-14
Veröffentlichungsdatum 2020-04-08
Bewertung 3.59/5 Insgesamt 17 Bewertungen
Entwickler https://amachete.co
Zahlungsart free
Erweiterungswebsite http://amachete.co/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amachete",
    "homepage_url": "http:\/\/amachete.co\/extension\/instructions\/",
    "version": "2.1.6",
    "description": "",
    "author": "",
    "icons": {
        "24": "\/static\/img\/axe_24.png",
        "128": "\/static\/img\/axe_128.png"
    },
    "browser_action": {
        "default_icon": "\/static\/img\/axe_24.png"
    },
    "background": {
        "scripts": [
            "\/static\/js\/jquery.min.js",
            "\/static\/js\/x.min.js",
            "\/js\/conv\/card_scraper.js",
            "\/js\/conv\/amazon_scraper.js",
            "\/js\/conv\/desktop_page_scraper.js",
            "\/js\/background\/ActivityManager.js",
            "\/js\/background\/AmacheteApiManager.js",
            "\/js\/background\/main.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.mx\/*"
            ],
            "exclude_matches": [
                "*:\/\/sellercentral.amazon.com\/*",
                "*:\/\/sellercentral.amazon.in\/*",
                "*:\/\/sellercentral-europe.amazon.de\/*",
                "*:\/\/sellercentral.amazon.co.jp\/*",
                "*:\/\/sellercentral-europe.amazon.co.uk\/*",
                "*:\/\/sellercentral-europe.amazon.es\/*",
                "*:\/\/sellercentral-europe.amazon.fr\/*",
                "*:\/\/sellercentral-europe.amazon.it\/*",
                "*:\/\/sellercentral-europe.amazon.ca\/*",
                "*:\/\/sellercentral.amazon.com.mx\/*"
            ],
            "js": [
                "\/static\/js\/jquery.min.js",
                "\/static\/js\/angular.min.js",
                "\/static\/js\/x.min.js",
                "\/js\/conv\/card_scraper.js",
                "\/js\/conv\/amazon_scraper.js",
                "\/js\/conv\/desktop_page_scraper.js",
                "\/js\/amazon_content_script\/event_manager_service.js",
                "\/js\/amazon_content_script\/sidebar_element_ctrl.js",
                "\/js\/amazon_content_script\/topbar_element_ctrl.js",
                "\/js\/amazon_content_script\/overlay_element_ctrl.js",
                "\/js\/amazon_content_script\/sidebar_shadow_root_ctrl.js",
                "\/js\/amazon_content_script\/topbar_shadow_root_ctrl.js",
                "\/js\/amazon_content_script\/overlay_shadow_root_ctrl.js",
                "\/js\/amazon_content_script\/card_detector.js",
                "\/js\/amazon_content_script\/view.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/amachete.co\/*",
                "https:\/\/local.amachete.co\/*",
                "http:\/\/local.amachete.co\/*"
            ],
            "js": [
                "\/static\/js\/jquery.min.js",
                "\/static\/js\/x.min.js",
                "\/js\/global_search_content_script\/main.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/local.amachete.co\/*",
                "https:\/\/amachete.co\/*",
                "http:\/\/local.amachete.co\/*",
                "http:\/\/amachete.co\/*"
            ],
            "js": [
                "\/static\/js\/detect_extension.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/amachete.co\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amachete.co\/*",
        "*:\/\/*.amachete.de\/*",
        "*:\/\/*.amachete.co.uk\/*",
        "*:\/\/*.amachete.eu\/*",
        "*:\/\/*.amachete.uk\/*"
    ],
    "web_accessible_resources": [
        "\/*"
    ]
}