Euro Scout

Compare Amazon to Amazon prices!

Euro Scoutคืออะไร?

Euro Scout เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FBA Ship UK และคุณลักษณะหลักของมันคือ "Compare Amazon to Amazon prices!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Euro Scout

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

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

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