Bizmetrica

Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page.

Bizmetrica là gì?

Bizmetrica là một tiện ích mở rộng Chrome được phát triển bởi https://bizmetrica.com, và tính năng chính của nó là "Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bizmetrica

Tải xuống các tệp mở rộng Bizmetrica dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page.

By adding Bizmetrica to your Chrome browser, you can evaluate product opportunities as you search Walmart's catalog, making product research quick and easy.

Easily find products with high demand, but low competition on Walmart.

Assess a product’s potential in seconds and find your next winning product  on Walmart.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bizmetrica Bizmetrica
ID ajnapfjdnemgoenegdgioapmililgloe
URL Chính Thức https://chromewebstore.google.com/detail/bizmetrica/ajnapfjdnemgoenegdgioapmililgloe
Mô tả Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page.
Kích Thước Tệp 718 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 0.0.0.27
Cập Nhật Lần Cuối 2024-01-14
Ngày Phát Hành 2023-06-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://bizmetrica.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.privacypolicies.com/live/9e5fc4df-d3ee-45b9-a109-1fcbfb02fb9b
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bizmetrica",
    "description": "Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page.",
    "permissions": [
        "activeTab",
        "scripting",
        "https:\/\/api.bluecartapi.com\/*",
        "identity",
        "identity.email"
    ],
    "version": "0.0.0.27",
    "icons": {
        "16": "U_16.png",
        "48": "U_48.png",
        "128": "U_128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Walmart Product Research"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.walmart.com\/*"
            ],
            "js": [
                "calculator.js",
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.walmart.com\/*"
            ],
            "js": [
                "content.js",
                "calculator.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "amazon.png",
                "google.png"
            ],
            "matches": [
                "https:\/\/www.walmart.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.walmart.com\/*"
    ]
}