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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
        "\/*"
    ]
}