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\/*"
    ]
}