Amachete

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

Amacheteとは何ですか?

Amacheteはhttps://amachete.coによって開発されたChromeの拡張機能で、その主な機能は「Amachete is the only Global Amazon FBA research platform, that allows you to find private label opportunities international Amazon…」です。

拡張機能のスクリーンショット

screenshot
screenshot

Amachete拡張機能のCRXファイルをダウンロード

Amachete拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Amachete Amachete
ID bkjachlealjpahiicgagjdlddbenjjcn
公式URL https://chromewebstore.google.com/detail/amachete/bkjachlealjpahiicgagjdlddbenjjcn
説明 Amachete is the only Global Amazon FBA research platform, that allows you to find private label opportunities international Amazon…
ファイルサイズ 216 KB
インストール数 422
現在のバージョン 2.1.6
最終更新日 2020-04-14
公開日 2020-04-08
評価 3.59/5 合計 17 レビュー
開発者 https://amachete.co
支払い方法 free
拡張機能のウェブサイト http://amachete.co/
対応言語 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": [
        "\/*"
    ]
}