Amazon Shopping Companion

Avoid fake reviews, filter sponsored products, check price history, and more!

Amazon Shopping Companion란 무엇입니까?

Amazon Shopping Companion은(는) link49에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Avoid fake reviews, filter sponsored products, check price history, and more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Amazon Shopping Companion 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        - Filter most ads and sponsored items from Amazon search results
- Easily see buying options for any Amazon product
- Search product reviews and Q&A sections for red flags
- Detect and ignore fake reviews using FakeSpot and ReviewMeta
- Check pricing history and get price drop alerts on CamelCamelCamel
- Compare with other stores on Google Shopping

Amazon Shopping Companion puts all of these shortcuts within one click of any Amazon product page, and does not invade your privacy by asking for unnecessary permissions.

Note: this is a side project I created to simplify my own shopping, and thought it might help others too. I cannot make guarantees but would love to hear from you if you have any questions or feedback.                    

확장 프로그램 기본 정보

이름 Amazon Shopping Companion Amazon Shopping Companion
ID mfmekkbmbaddfjnmjhlbnbnfoemknngc
공식 URL https://chromewebstore.google.com/detail/amazon-shopping-companion/mfmekkbmbaddfjnmjhlbnbnfoemknngc
설명 Avoid fake reviews, filter sponsored products, check price history, and more!
파일 크기 9.79 KB
설치 횟수 68
현재 버전 0.32
최근 업데이트 2021-12-29
출시 날짜 2020-05-24
개발자 link49
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Shopping Companion",
    "description": "Avoid fake reviews, filter sponsored products, check price history, and more!",
    "version": "0.32",
    "icons": {
        "128": "128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.eg\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.pl\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.sg\/*"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}