Compare.it

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

Compare.it란 무엇입니까?

Compare.it은(는) ecomm-extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simultaneously compare products you are looking for on e-commerce platforms. IMPORTANT: - Please note that all extensions are…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Compare.it 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    }
}