Bizmetrica

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

Bizmetrica란 무엇입니까?

Bizmetrica은(는) https://bizmetrica.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Walmart product research made easy. See rank, estimated sales volume, estimated revenue and more without entering the product page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Bizmetrica 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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