AMZ Online Arbitrage - Multi-Tool

Are You looking to source a product on Amazon? Our Multi-Tool will help you find the most profitable products.

AMZ Online Arbitrage - Multi-Tool란 무엇입니까?

AMZ Online Arbitrage - Multi-Tool은(는) https://amzonlinearbitrage.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Are You looking to source a product on Amazon? Our Multi-Tool will help you find the most profitable products."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

AMZ Online Arbitrage - Multi-Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        AMZ Online Arbitrage stands out as the premier tool for Amazon product research, providing invaluable support for sellers seeking to maintain their competitive edge through lead analysis.

Why juggle multiple extensions when you can streamline your operations into one cohesive solution? Welcome to AMZ Online Arbitrage and say goodbye to the hassle of managing Amazon FBA calculators and fragmented product research extensions separately.

Join the thriving community of Amazon sellers who have chosen our comprehensive suite of tools as their trusted source for product research. Here's a glimpse of what you can expect:

~ An integrated Keepa Graph, offering a comprehensive view of your average prices, BSR values, and an informative price history graph.
~ Seamless availability of our extension on both the search page and seller storefront, making product sourcing a breeze.
~ Robust features, including Hazmat checks, seller eligibility assessments, brand IP verifications, seasonal product analysis, meltable item evaluations, and dimension checks.
~ The ability to attach source links and notes for specific products, providing a quick reference when viewing items.
~ A user-friendly FBA & FBM calculator, enabling you to effortlessly calculate Amazon referral, fulfillment, storage fees, and custom expenses.

But there's even more to explore! Don't miss the chance to enhance your Amazon selling experience. Take action now and commence your complimentary trial, with no credit card required. With AMZ Online Arbitrage, you're on the path to Amazon success.                    

확장 프로그램 기본 정보

이름 AMZ Online Arbitrage - Multi-Tool AMZ Online Arbitrage - Multi-Tool
ID nfkdfglieafjmhpiiccobhehliaaolle
공식 URL https://chromewebstore.google.com/detail/amz-online-arbitrage-mult/nfkdfglieafjmhpiiccobhehliaaolle
설명 Are You looking to source a product on Amazon? Our Multi-Tool will help you find the most profitable products.
파일 크기 936 KB
설치 횟수 3,457
현재 버전 1.4.3
최근 업데이트 2023-12-14
출시 날짜 2020-06-12
평점 4.18/5 총 17 개의 평점
개발자 https://amzonlinearbitrage.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.amzonlinearbitrage.com
도움말 페이지 URL https://www.amzonlinearbitrage.com
개인정보 보호 정책 페이지 URL https://amzonlinearbitrage.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AMZ Online Arbitrage - Multi-Tool",
    "version": "1.4.3",
    "description": "Are You looking to source a product on Amazon? Our Multi-Tool will help you find the most profitable products.",
    "declarativeNetRequest": {
        "rules": [
            {
                "id": "modifyHeadersRule",
                "priority": 1,
                "action": {
                    "type": "modifyHeaders",
                    "responseHeaders": [
                        {
                            "name": "Content-Type",
                            "value": "text\/html"
                        },
                        {
                            "name": "sec-fetch-dest",
                            "value": "empty"
                        },
                        {
                            "name": "sec-fetch-mode",
                            "value": "cors"
                        },
                        {
                            "name": "sec-fetch-site",
                            "value": "none"
                        }
                    ]
                },
                "condition": {
                    "urlFilter": "*:\/\/sellercentral.amazon.com\/hz\/fba\/profitabilitycalculator\/index?lang=en_US*"
                }
            },
            {
                "id": "modifyHeadersRule2",
                "priority": 2,
                "action": {
                    "type": "modifyHeaders",
                    "responseHeaders": [
                        {
                            "name": "Content-Type",
                            "value": "application\/json"
                        },
                        {
                            "name": "sec-fetch-dest",
                            "value": "empty"
                        },
                        {
                            "name": "sec-fetch-mode",
                            "value": "cors"
                        },
                        {
                            "name": "sec-fetch-site",
                            "value": "none"
                        }
                    ]
                },
                "condition": {
                    "urlFilter": "*:\/\/sellercentral.amazon.com\/fba\/profitabilitycalculator\/productmatches"
                }
            },
            {
                "id": "modifyHeadersRule3",
                "priority": 3,
                "action": {
                    "type": "modifyHeaders",
                    "responseHeaders": [
                        {
                            "name": "Content-Type",
                            "value": "application\/json"
                        },
                        {
                            "name": "sec-fetch-dest",
                            "value": "empty"
                        },
                        {
                            "name": "sec-fetch-mode",
                            "value": "cors"
                        },
                        {
                            "name": "sec-fetch-site",
                            "value": "none"
                        }
                    ]
                },
                "condition": {
                    "urlFilter": "*:\/\/sellercentral.amazon.com\/fba\/profitabilitycalculator\/getafnfee"
                }
            }
        ]
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/sellercentral.amazon.com\/*",
        "*:\/\/extnapi.amzonlinearbitrage.com\/*",
        "*:\/\/*.amazon.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "140": "cloud-computing140.png"
    },
    "background": {
        "matches": [
            "*:\/\/*.amazon.com\/*"
        ],
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "content.js",
                "graph.js",
                "react.development.js",
                "react-dom.development.js",
                "sweetalert.min.js",
                "axios.min.js",
                "jquery.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png",
                "infoicon.png",
                "product_logo.png",
                "graph.html",
                "icon48.png",
                "download.png",
                "cloud-computing140.png",
                "bag.png",
                "doubt.png",
                "file_share.png",
                "copy_file.png",
                "progress.png",
                "refresh.png",
                "calculator.png",
                "enter.png",
                "search-interface-symbol.png",
                "amz_logo.png",
                "icon48.png",
                "feedback.png",
                "icon.png",
                "green_icon.png",
                "warning.png",
                "access_img.png",
                "cal_calculator.png",
                "calcy.png",
                "green_exclometry.png",
                "loading_icon.gif"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ]
        }
    ]
}