WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Sellify - Amazon & Walmart Seller Insights

Sellify - Amazon & Walmart Seller Insights

View on Chrome Web Store
View Sellify - Amazon & Walmart Seller Insights Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (8 ratings)
1 new ratings
23 views
This extension has been viewed 23 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.

Optimize Amazon and Walmart sales with real-time data insights. Make smarter decisions now to boost your business performance.
Type
Extension
Users
3,000 users
1K
Website sellify.app
Sellify LLC
View author page of Sellify LLC
Published
Published on July 1, 2024
Version 1.2.1.3
Manifest version
3
Updated
Updated on January 22, 2026
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Sellify - Amazon & Walmart Seller Insights 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": "Sellify - Amazon & Walmart Seller Insights",
    "version": "1.2.1.3",
    "description": "Optimize Amazon and Walmart sales with real-time data insights. Make smarter decisions now to boost your business performance.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxcv9KOwfi\/hVtdGnyZwnVmtoic8AElnSSDTcoUU+\/iJmzRqBSSjL2FQri5bLyz4X156wS16unEwz\/4qHcSKepF+nVs+XJveF1hMmxaKZaYvp4\/z1HQzFdGYAqFMgUbfEJ5Pt7bVTHSPK9ClZhsKbZ8t4UI79l2ASwm4tYPVWbfWVY7ExBDHJ0Gr7YPxyMfr8X4XPfQhwIjWVqrCAIuC+iVukofnrdjMLTGj8JoyqzuHeE+CRKDMkwpHOXdDvesxQxvtBSjTXI7nQPxU5FXWhfzQCUW9lnoLJU3rVYI1\/7Lq4YZcQHQNp\/mAt1xhdhYfTFY0B9sucXVn68W\/Cvfh8rwIDAQAB",
    "oauth2": {
        "client_id": "104524933892-hagsqlvsi3quv428rvi4pbk0959euh8f.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "icons": {
        "36": "icons\/icon-36.png",
        "48": "icons\/icon-48.png",
        "72": "icons\/icon-72.png",
        "96": "icons\/icon-96.png",
        "144": "icons\/icon-144.png",
        "192": "icons\/icon-192.png",
        "512": "icons\/icon-512.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "sidePanel",
        "contextMenus",
        "webNavigation"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Sellify",
        "default_icon": "icons\/icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.walmart.com\/*",
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "math.js",
                "jquery-ui.js",
                "s-jquery.js",
                "export_sorting.js",
                "estimated_sales.js",
                "google_search.js",
                "export_to_spreadsheet.js",
                "reviews_chart.js",
                "historical_price_chart.js",
                "embed_loader.js",
                "seasonality_chart.js",
                "trends.js",
                "buybox_stats.js",
                "offer_count.js",
                "brand_data.js",
                "tooltipster.bundle.min.js",
                "tooltipster_custom.js",
                "common_all.js",
                "amazon_charts.js",
                "main.js",
                "shared_functions_catch.js",
                "pe.js",
                "last-script.js"
            ],
            "css": [
                "css\/jquery-ui.css",
                "css\/styleguide.css",
                "css\/rating.css",
                "css\/keepa_search.css",
                "css\/style.css",
                "css\/google_search.css",
                "css\/export_to_spreadsheet.css",
                "css\/reviews_chart.css",
                "css\/historical_price_chart.css",
                "css\/seasonality_chart.css",
                "css\/trends.css",
                "css\/buybox_stats.css",
                "css\/load_in_sidebar.css",
                "css\/export_sorting.css",
                "css\/estimated_sales.css",
                "css\/brand_data.css",
                "css\/tooltipster.bundle.min.css",
                "css\/tooltipster_custom.css",
                "css\/amazon_calc.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.walmart.com\/*",
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "ag-charts-community.min.js",
                "ag-grid-community.min.js",
                "ag-grid-enterprise.min.js.js",
                "last-ag-script.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "sidepanel_main.js"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.js",
                "product_explorer_iframe.js"
            ],
            "css": [
                "css\/product_explorer_iframe.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.walmart.com\/*"
            ],
            "js": [
                "processing.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/charts.sellify.app\/*",
                "https:\/\/*.charts.sellify.app\/*",
                "https:\/\/analytics.sellify.app\/*",
                "https:\/\/*.analytics.sellify.app\/*"
            ],
            "js": [
                "static-site-bridge.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/content.html",
                "popup\/product_explorer_iframe.html",
                "popup\/*.png",
                "popup\/*.svg",
                "popup\/*.gif"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "shared_functions_catch.js",
                "beacon.js"
            ],
            "matches": [
                "*:\/\/*.walmart.com\/*"
            ]
        },
        {
            "resources": [
                "css\/custom_adgrid.css",
                "css\/rating.css"
            ],
            "matches": [
                "*:\/\/*.walmart.com\/*",
                "*:\/\/*.amazon.com\/*"
            ]
        },
        {
            "resources": [
                "css\/amazon_charts.css"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/apis.google.com https:\/\/www.gstatic.com https:\/\/www.googleapis.com https:\/\/securetoken.googleapis.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