Competition Meter

A product research tool that helps users gauge the demand for products and more

Competition Meterคืออะไร?

Competition Meter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Competition Meter และคุณลักษณะหลักของมันคือ "A product research tool that helps users gauge the demand for products and more"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Competition Meter

ดาวน์โหลดไฟล์ส่วนขยาย Competition Meter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Competition Meter was made to give dropshippers, reselllers and the average person key insights on products they want to purchase, or sell

The competition Meter tells the user how competitive and saturated their desired product is in the e-commerce market.

we added a store finder feature for dropshippers and resellers. This feature will help it's users see what their competitors are offering their customers, thus giving the user a competitive advantage. The user will be able to find stores that sell using major retail stores (shopify, Amazon, Ebay, etc)

The store finder also helps the average person find the cheapest price for a product they wish to purchase. You can find the cheapest price by simply scanning through the stores that sell the product you inspected. The store finder works with major retail stores: Amazon, Ebay, Pinterest,etc

For more information, visit https://www.competitionmeter.com/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Competition Meter Competition Meter
ID bpbbdkcbhmgmkhbneldocmlndddhkpec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/competition-meter/bpbbdkcbhmgmkhbneldocmlndddhkpec
คำอธิบาย A product research tool that helps users gauge the demand for products and more
ขนาดไฟล์ 899 KB
จำนวนการติดตั้ง 7,245
เวอร์ชันปัจจุบัน 2.9
อัปเดตครั้งล่าสุด 2023-12-28
วันที่เผยแพร่ 2022-05-23
คะแนน 3.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Competition Meter
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://competitionmeter.com/
URL หน้าช่วยเหลือ https://competitionmeter.com/faq/
URL หน้านโยบายความเป็นส่วนตัว https://competitionmeter.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Competition Meter",
    "short_name": "Competition Meter",
    "version": "2.9",
    "manifest_version": 3,
    "description": "A product research tool that helps users gauge the demand for products and more",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Competition Meter",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.us\/item\/*",
                "https:\/\/*.cjdropshipping.com\/product\/*",
                "https:\/\/*.alibaba.com\/product-detail\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.pinterest.com\/*",
                "https:\/\/*.walmart.com\/*",
                "https:\/\/*.bestbuy.com\/*",
                "https:\/\/*.zendrop.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "declarativeNetRequest",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/competitionmeter.com\/*",
        "https:\/\/i.pinimg.com\/*",
        "https:\/\/pisces.bbystatic.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "js\/rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "src\/browser_action\/browser_action.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}