Bizmetrica

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

Τι είναι το Bizmetrica;

Το Bizmetrica είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bizmetrica.com, και η κύρια λειτουργία του είναι "Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bizmetrica

Λήψη αρχείων επέκτασης Bizmetrica σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Bizmetrica Bizmetrica
ID ajnapfjdnemgoenegdgioapmililgloe
Επίσημο URL https://chromewebstore.google.com/detail/bizmetrica/ajnapfjdnemgoenegdgioapmililgloe
Περιγραφή Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page.
Μέγεθος Αρχείου 718 KB
Αριθμός Εγκαταστάσεων 93
Τρέχουσα Έκδοση 0.0.0.27
Τελευταία Ενημέρωση 2024-01-14
Ημερομηνία Δημοσίευσης 2023-06-29
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://bizmetrica.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.privacypolicies.com/live/9e5fc4df-d3ee-45b9-a109-1fcbfb02fb9b
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}