Compare.it

Simultaneously compare products you are looking for on e-commerce platforms. IMPORTANT: - Please note that all extensions are…

Compare.itคืออะไร?

Compare.it เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ecomm-extensions และคุณลักษณะหลักของมันคือ "Simultaneously compare products you are looking for on e-commerce platforms. IMPORTANT: - Please note that all extensions are…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Compare.it

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

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

                        Simultaneously compare products you are looking for on e-commerce platforms.

IMPORTANT:
- Please note that all extensions are disabled on Chrome Web Store pages. Do NOT test the extension on this page; it will not work!
- If the extension is not working for you, please make sure it's up to date. Visit chrome://extensions/, click the "Update extensions now" button, then restart Chrome.

-------------

With this extension you can:
- Search products and compare the results on selected e-commerce platforms, namely: Amazon, Ebay, Alibaba, AliExpress, Walmart,  and Sears.
- Gain a comprehensive view of your options, compare products, prices, location and delivery services.

By installing this extension, you agree to the Terms of Service: https://www.google.com/policies/terms

Having problems with the extension? Please contact us at [email protected] or share with us on https://plus.google.com/u/2/communities/104717200104217571957.

Privacy Policy: https://adjusti.co/privacy.html                    

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

ชื่อ Compare.it Compare.it
ID hjmifkbbhdnpimcjlnabamhcglepkcke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/compareit/hjmifkbbhdnpimcjlnabamhcglepkcke
คำอธิบาย Simultaneously compare products you are looking for on e-commerce platforms. IMPORTANT: - Please note that all extensions are…
ขนาดไฟล์ 135 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 1.16
อัปเดตครั้งล่าสุด 2019-05-05
วันที่เผยแพร่ 2019-05-05
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา ecomm-extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://compareitt.wixsite.com/website
URL หน้าช่วยเหลือ https://adjusti.co/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "Compare.it",
    "short_name": "Compare.it",
    "version": "1.16",
    "permissions": [
        "https:\/\/www.smile.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.in\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.co.jp\/*",
        "https:\/\/www.amazon.com.mx\/*",
        "https:\/\/www.amazon.es\/*",
        "https:\/\/www.smile.amazon.co.uk\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/extensions.adjusti.co\/*",
        "activeTab",
        "tabs",
        "webNavigation",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/icons\/icon.16.png",
        "48": ".\/icons\/icon.48.png",
        "128": ".\/icons\/icon.128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.smile.amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.smile.amazon.co.uk\/*",
                "https:\/\/www.amazon.co.uk\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Compare.it"
    }
}