Euro Scout

Compare Amazon to Amazon prices!

Euro Scout란 무엇입니까?

Euro Scout은(는) FBA Ship UK에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compare Amazon to Amazon prices!"입니다.

확장 프로그램 스크린샷

screenshot

Euro Scout 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Instantly compare prices across European markets to help you increase sales across the EU.

Euro Scout instantly scans the following marketplaces -

Amazon.DE
Amazon.FR
Amazon.ES
Amazon.IT

It will check the price in both Euros and Pounds as well as the sales rank. All this information will be displayed conveniently in your browser when looking at a UK product page.

Used properly you'll be able to make better purchasing decisions and make more money from your existing inventory by winning the buy box more often in EU marketplaces.                    

확장 프로그램 기본 정보

이름 Euro Scout Euro Scout
ID hncpagijhmpghnbcabmnpdlmlaopbgbg
공식 URL https://chromewebstore.google.com/detail/euro-scout/hncpagijhmpghnbcabmnpdlmlaopbgbg
설명 Compare Amazon to Amazon prices!
파일 크기 119 KB
설치 횟수 147
현재 버전 2.2
최근 업데이트 2017-02-28
출시 날짜 2017-02-28
평점 3.67/5 총 6 개의 평점
개발자 FBA Ship UK
결제 유형 free
확장 프로그램 웹 사이트 http://www.euroscout.co.uk/
도움말 페이지 URL http://www.euroscout.co.uk/
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Euro Scout",
    "description": "Compare Amazon to Amazon prices!",
    "version": "2.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/login.js",
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.it\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.es\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/ejs.js",
                "js\/login.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amazon.co.uk\/*",
        "*:\/\/www.amazon.de\/*",
        "*:\/\/www.amazon.it\/*",
        "*:\/\/www.amazon.fr\/*",
        "*:\/\/www.amazon.es\/*",
        "*:\/\/www.ecb.europa.eu\/*",
        "*:\/\/euroscout.co.uk\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "img\/*",
        "icon16.png",
        "icon48.png",
        "inject.ejs",
        "options.html"
    ]
}