CompareKing: Compare the Best Products

Instantly find the best products! CompareKing summarizes millions of real customer reviews. Honest comparisons. Smarter decisions.

CompareKing: Compare the Best Productsคืออะไร?

CompareKing: Compare the Best Products เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CompareKing.com และคุณลักษณะหลักของมันคือ "Instantly find the best products! CompareKing summarizes millions of real customer reviews. Honest comparisons. Smarter decisions."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CompareKing: Compare the Best Products

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

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

                        Instantly find the best products! CompareKing summarizes millions of real customer reviews. Honest comparisons. Smarter decisions.
Easily compare products side-by-side on the world’s largest and most comprehensive comparison platform. Here’s how it works:

1. Install our Extension: It takes just a few seconds and it’s totally free. No ads. No scams.
2. Browse Like Normal: We’ll automatically show you the best products.  
3. Buy with Confidence: Make better buying decisions by instantly seeing millions of summarized customer reviews including expert and youtube reviews.  View price history and set price alerts to make sure you're getting the best possible deal.                    

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

ชื่อ CompareKing: Compare the Best Products CompareKing: Compare the Best Products
ID oajhmkapfofephcljdffhhdbedhnfcnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/compareking-compare-the-b/oajhmkapfofephcljdffhhdbedhnfcnl
คำอธิบาย Instantly find the best products! CompareKing summarizes millions of real customer reviews. Honest comparisons. Smarter decisions.
ขนาดไฟล์ 379 KB
จำนวนการติดตั้ง 274
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2021-12-02
วันที่เผยแพร่ 2021-03-30
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา CompareKing.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.compareking.com
URL หน้าช่วยเหลือ https://www.compareking.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.compareking.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CompareKing: Compare the Best Products",
    "description": "Instantly find the best products!  CompareKing summarizes millions of real customer reviews.  Honest comparisons. Smarter decisions.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsWERoHC4ZfVVpp8nFpVe7cAw4w2UzPq24a6tDldazPgb\/P9X1TiFXghpDDX9rAwVw0QXQe0jSm3kpVuBp1m6Sb4iakp9+POjNWxmE5aZisRBV7VNh8Z\/XTuVagyEZiRnUOYdcZK\/Hya1zEc9pKRuBl0hulR6TSx3iCjIfzi03ZWdmdTb05lPl2\/uKaubThJ2XYnV6IwpWXU3hPnpSw\/T2f03pj07zAZBFHxyAB5JQ4Io6ntgeAYm5+1vytEVHBCwpAAGhEq6Dza7AEvjLLdZg+hoL4FbatinH9O9X2NA4MlfN3ybf\/r7A3LkIYKS\/Va6\/GEFoM0nzh+IAxA1cquHXQIDAQAB",
    "oauth2": {
        "client_id": "796643189604-pfu2vij35gabcg0tves80s2d157ma7a8.apps.googleusercontent.com",
        "clientId": "330672511816362",
        "clientSecret": "d981934897dcbc8642959e5e9ec2c85c",
        "scopes": [
            ""
        ]
    },
    "version": "1.2.3",
    "icons": {
        "16": "assets\/images\/white-crown - 16x16.png",
        "48": "assets\/images\/white-crown - 48x48.png",
        "128": "assets\/images\/white-crown.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/blue-crown-02.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/jquery.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/Chart.bundle.min.js",
                "assets\/js\/owl.carousel.min.js",
                "content.js"
            ],
            "css": [
                "assets\/css\/flaticon.css",
                "assets\/css\/owl.carousel.min.css",
                "assets\/css\/content.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "assets\/images\/*",
        "assets\/css\/flaticon.woff2"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}