WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Amazon product research tool for sellers - Infinity

Amazon product research tool for sellers - Infinity

View on Chrome Web Store
View Amazon product research tool for sellers - Infinity Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (17 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Amazon product research tool: Keepa Analytics, real-time updates, profit calculator, & category insights. Dominate the marketplace.
Type
Extension
Users
1,000 users
1K
AMZ Online Arbitrage
View author page of AMZ Online Arbitrage
Published
Published on March 21, 2020
Version 1.4.5
Manifest version
3
Updated
Updated on April 26, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Amazon product research tool for sellers - Infinity Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Amazon product research tool for sellers - Infinity",
    "version": "1.4.5",
    "description": "Amazon product research tool: Keepa Analytics, real-time updates, profit calculator, & category insights. Dominate the marketplace.",
    "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": [
        "*:\/\/seller.amzonlinearbitrage.com\/*",
        "*:\/\/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\/*",
                "*:\/\/*.amzonlinearbitrage.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.svg",
                "cloud-computing140.png",
                "bag.png",
                "doubt.png",
                "file_share.svg",
                "copy_file.svg",
                "progress.svg",
                "refresh.svg",
                "calculator.svg",
                "logout.svg",
                "search.svg",
                "amz_logo.svg",
                "icon48.png",
                "feedback.svg",
                "icon.png",
                "hover_icon.svg",
                "warning.png",
                "access_img.png",
                "cal_calculator.png",
                "calcy.png",
                "green_exclometry.png",
                "loading_icon.gif",
                "google_share.svg",
                "AMZ-ARBITRAGE-LOGO-White.svg",
                "AMZ-IMG.svg",
                "Multi_tool_text_img.svg",
                "border-img.svg",
                "setting.svg",
                "setting_black.svg",
                "progress_black.svg",
                "calculator_black.svg",
                "amz_logo_black.svg",
                "download_black.svg",
                "refresh_black.svg",
                "search_black.svg",
                "google_share_black.svg",
                "AMZ-IMG-black.svg",
                "Multi_tool_text_img_black.svg",
                "AMZ-ARBITRAGE-LOGO-black.svg",
                "file_share_black.svg",
                "copy_file_black.svg",
                "sun_icon.svg",
                "moon_icon.svg",
                "logout_black.svg",
                "infinity-black.svg"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top